Skip to content

Commit

Permalink
fix long help
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Sep 28, 2023
1 parent 34c4286 commit 42f1938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func newTestCmd(io *commands.IO) *commands.Command {
'gno test' recompiles each package along with any files with names matching the
file pattern "*_test.gno" or "*_filetest.gno".
The only <package> supported for now is a directory (relative or absolute).
The <package> can be directory or file path (relative or absolute).
- "*_test.gno" files work like "*_test.go" files, but they contain only test
functions. Benchmark and fuzz functions aren't supported yet. Similarly, only
Expand Down

0 comments on commit 42f1938

Please sign in to comment.