mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
docs: Update script usage in CONTRIBUTING.md (#1587)
This commit is contained in:
@ -125,7 +125,7 @@ npm test -- koch
|
||||
You can also start Vitest in "watch" mode:
|
||||
|
||||
```bash
|
||||
npm test-watch
|
||||
npm run test-watch
|
||||
```
|
||||
|
||||
This will run all tests and watch source and test files for changes. When a change is made, the tests will run again.
|
||||
|
Reference in New Issue
Block a user