Skip to content

Commit a5daa07

Browse files
authored
test: remove --bail from test script (#583)
1 parent eedea54 commit a5daa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"scripts": {
4545
"lint": "eslint .",
46-
"test": "mocha --reporter spec --check-leaks --bail test/",
46+
"test": "mocha --reporter spec --check-leaks test/",
4747
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
4848
"test-cov": "nyc --reporter=html --reporter=text npm test"
4949
}

0 commit comments

Comments
 (0)