Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09e4826

Browse files
committedOct 17, 2022
Fix contributing info
1 parent 86afd1f commit 09e4826

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
@@ -111,7 +111,7 @@ npm test -- --watchAll
111111
We also prepared a helper script that runs tests only for changed files:
112112

113113
```shell
114-
npm run test-watch
114+
npm run test-changed
115115
```
116116

117117
This will run all tests and watch source and test files for changes. When a change is made, the tests will run again.

0 commit comments

Comments
 (0)
Please sign in to comment.