Skip to content

Commit 140c0e6

Browse files
add --exit
this is a mochas issue . mochajs/mocha#2879 This might be better on the long run to simply update dependency version
1 parent 7734f58 commit 140c0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"start": "node server.js",
24-
"test": "IP=0.0.0.0 PORT=3030 mocha --timeout 5000 tests/*_test.js"
24+
"test": "IP=0.0.0.0 PORT=3030 mocha --timeout 5000 tests/*_test.js --exit"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)