docs: Update script usage in CONTRIBUTING.md (#1587)

This commit is contained in:
Elias Afara
2023-11-08 04:46:52 +01:00
committed by GitHub
parent cafb3433e8
commit a044c57401

View File

@ -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.