Skip to content

Commit 091bfd0

Browse files
committed
Make mocha exit after running all tests.
1 parent 21864f4 commit 091bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"prepare": "babel src --out-dir lib",
11-
"test": "standard && babel src --out-dir lib && mocha 'lib/**/__tests__/*'"
11+
"test": "standard && babel src --out-dir lib && mocha 'lib/**/__tests__/*' --exit"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)