We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ad237 commit adcf936Copy full SHA for adcf936
package.json
@@ -32,7 +32,7 @@
32
"license": "BSD-3-Clause",
33
"scripts": {
34
"test-node": "mocha --recursive -R dot \"test/**/*-test.js\"",
35
- "test-dev": "npm run test-node -- --watch -R min",
+ "test-dev": "npm run test-node -- -n watch -n watch-path=test --node-option watch-path=lib -R min",
36
"test-headless": "mochify --no-detect-globals --recursive -R dot --grep WebWorker --invert \"test/**/*-test.js\"",
37
"test-coverage": "nyc npm run test-headless -- --transform [ babelify --ignore [ test ] --plugins [ babel-plugin-istanbul ] ]",
38
"test-cloud": "npm run test-headless -- --wd",
0 commit comments