Skip to content

Commit

Permalink
add --exit
Browse files Browse the repository at this point in the history
this is a mochas issue .
mochajs/mocha#2879
This might be better on the long run to simply update dependency version
  • Loading branch information
kanedafromparis committed Dec 10, 2019
1 parent 7734f58 commit 140c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"start": "node server.js",
"test": "IP=0.0.0.0 PORT=3030 mocha --timeout 5000 tests/*_test.js"
"test": "IP=0.0.0.0 PORT=3030 mocha --timeout 5000 tests/*_test.js --exit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 140c0e6

Please sign in to comment.