Skip to content

Commit 3071853

Browse files
committed
Update comment to clarify test command usage
1 parent 7a1141b commit 3071853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ npm test
9191
If you want save some time and just run a specific test:
9292

9393
```shell
94-
# this will run any test file where the filename matches "koch"
94+
# This will run any test file where the filename contains "koch" (no need to specify folder path)
9595
npm test -- koch
9696
```
9797

0 commit comments

Comments
 (0)