Skip to content

Commit

Permalink
test: remove --bail option (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas authored Oct 22, 2024
1 parent dd8cbe5 commit 7f7e9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"scripts": {
"lint": "eslint .",
"test": "mocha --check-leaks --reporter spec --bail",
"test": "mocha --check-leaks --reporter spec",
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
}
Expand Down

0 comments on commit 7f7e9cf

Please sign in to comment.