mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +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:
|
You can also start Vitest in "watch" mode:
|
||||||
|
|
||||||
```bash
|
```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.
|
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