We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea13da commit 78204cdCopy full SHA for 78204cd
package.json
@@ -22,7 +22,7 @@
22
"lint": "eslint src/ test/",
23
"jshint": "jshint src/",
24
"check": "npm run lint && npm run jshint",
25
- "test": "nyc --reporter=html --reporter=text mocha test/",
+ "test": "nyc --reporter=html --reporter=text mocha --exit test/",
26
"coverage": "nyc report --reporter=text-lcov | coveralls"
27
},
28
"engines": {
0 commit comments