diff --git a/package.json b/package.json index 5baa4c993..62da29f68 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "license": "BSD-3-Clause", "scripts": { - "test-node": "mocha --recursive -R dot test/**-test.js", + "test-node": "mocha --recursive -R dot 'test/**/*-test.js'", "test-dev": "npm run test-node -- --watch -R min", - "test-headless": "mochify --recursive -R dot --grep WebWorker --invert --plugin [ proxyquire-universal ] test/**-test.js", + "test-headless": "mochify --recursive -R dot --grep WebWorker --invert --plugin [ proxyquire-universal ] 'test/**/*-test.js'", "test-coverage": "mochify --recursive -R dot --grep WebWorker --invert --plugin [ proxyquire-universal ] --plugin [ mochify-istanbul --exclude '**/test/**' --report text --report lcovonly --dir ./coverage ] test/**-test.js", "test-cloud": "npm run test-headless -- --wd", "test-webworker": "mochify --https-server 8080 test/webworker/webworker-support-assessment.js",