Skip to content

Commit a7893db

Browse files
committed
add --exit option to mocha
1 parent 59eb045 commit a7893db

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
@@ -9,7 +9,7 @@
99
"clean": "rimraf lib dist coverage",
1010
"lint": "eslint src test",
1111
"prepublish": "npm run clean && npm run lint && npm run build",
12-
"test": "mocha --require babel-core/register --recursive --require ./test/setup.js",
12+
"test": "mocha --require babel-core/register --recursive --require ./test/setup.js --exit",
1313
"test:watch": "npm test -- --watch",
1414
"test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive --require ./test/setup.js"
1515
},

0 commit comments

Comments
 (0)