Skip to content

Commit 8e1ce69

Browse files
authored
remove --bail from test script (#114)
1 parent a56fde9 commit 8e1ce69

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)