We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc8dcf commit f3ced24Copy full SHA for f3ced24
1 file changed
package.json
@@ -146,7 +146,7 @@
146
"docs": "node ./scripts/docs.js",
147
"lint": "jshint lib/ system-test/ test/ && jscs lib/ system-test/ test/",
148
"test": "npm run docs && mocha test/*/*.js test/index.js test/docs.js",
149
- "system-test": "mocha system-test/* --no-timeouts --bail",
+ "system-test": "mocha system-test/*.js --no-timeouts --bail",
150
"coveralls": "istanbul cover _mocha --report lcovonly -- --no-timeouts --bail test/**/*.js -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
151
},
152
"license": "Apache-2.0",
0 commit comments