Skip to content

Commit 41d9710

Browse files
author
Albert González
committed
--exit added to mocha
1 parent 34d642e commit 41d9710

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,7 +15,7 @@
1515
"scripts": {
1616
"prestart": "npm install",
1717
"start": "http-server -a 0.0.0.0 -p 8001",
18-
"test": "mocha",
18+
"test": "mocha --exit",
1919
"build": "rollup -c && rollup -c --environment optimize",
2020
"build-examples": "rollup -c rollup.config.examples.js"
2121
},

0 commit comments

Comments
 (0)