Skip to content

Commit 8f2f301

Browse files
committed
remove --bail
1 parent a56fde9 commit 8f2f301

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
@@ -32,7 +32,7 @@
3232
},
3333
"scripts": {
3434
"lint": "eslint . && node ./scripts/lint-readme-list.js",
35-
"test": "mocha --reporter spec --bail",
35+
"test": "mocha --reporter spec",
3636
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
3737
"test-cov": "nyc --reporter=html --reporter=text npm test",
3838
"version": "node scripts/version-history.js && git add HISTORY.md"

0 commit comments

Comments
 (0)