Skip to content

Commit a044c57

Browse files
authored
docs: Update script usage in CONTRIBUTING.md (TheAlgorithms#1587)
1 parent cafb343 commit a044c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ npm test -- koch
125125
You can also start Vitest in "watch" mode:
126126

127127
```bash
128-
npm test-watch
128+
npm run test-watch
129129
```
130130

131131
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)