Skip to content

Commit

Permalink
adapt for mocha >= 4 behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
norman-thomas authored Jan 29, 2019
1 parent 0ea13da commit 78204cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint": "eslint src/ test/",
"jshint": "jshint src/",
"check": "npm run lint && npm run jshint",
"test": "nyc --reporter=html --reporter=text mocha test/",
"test": "nyc --reporter=html --reporter=text mocha --exit test/",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"engines": {
Expand Down

0 comments on commit 78204cd

Please sign in to comment.