Skip to content

Commit 78204cd

Browse files
adapt for mocha >= 4 behavior
1 parent 0ea13da commit 78204cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "eslint src/ test/",
2323
"jshint": "jshint src/",
2424
"check": "npm run lint && npm run jshint",
25-
"test": "nyc --reporter=html --reporter=text mocha test/",
25+
"test": "nyc --reporter=html --reporter=text mocha --exit test/",
2626
"coverage": "nyc report --reporter=text-lcov | coveralls"
2727
},
2828
"engines": {

0 commit comments

Comments
 (0)