Add --exit flag for mocha

pull/233/head
cgewecke 7 years ago
parent 54baad6389
commit 929b3b5460
  1. 2
      package.json

@ -10,7 +10,7 @@
},
"scripts": {
"test": "mocha --timeout 60000",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000 --exit",
"lint": "./node_modules/.bin/eslint --fix ./"
},
"homepage": "https://github.com/sc-forks/solidity-coverage",

Loading…
Cancel
Save