Skip to content

Commit 1a8be42

Browse files
committed
exit mocha after run
1 parent 0668183 commit 1a8be42

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
@@ -15,6 +15,6 @@
1515
"mocha": "^5.2.0"
1616
},
1717
"scripts": {
18-
"test": "mocha"
18+
"test": "mocha --exit"
1919
}
2020
}

0 commit comments

Comments
 (0)