Skip to content

Commit 3daeb18

Browse files
committed
Fix-Exit mocha once finished tests
1 parent fcd1ed7 commit 3daeb18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/booljs/booljs-express#readme",
2626
"scripts": {
2727
"pretest": "eslint **/*.js",
28-
"test": "NODE_ENV=test mocha --timeout 5000 test/*"
28+
"test": "NODE_ENV=test mocha --exit --timeout 5000 test/*"
2929
},
3030
"peerDependencies": {
3131
"booljs.api": "0.5.x",

0 commit comments

Comments
 (0)