Skip to content

Commit

Permalink
remove --bail from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Feb 5, 2025
1 parent a56fde9 commit afee1fe
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 @@ -32,7 +32,7 @@
},
"scripts": {
"lint": "eslint . && node ./scripts/lint-readme-list.js",
"test": "mocha --reporter spec --bail",
"test": "mocha --reporter spec",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"version": "node scripts/version-history.js && git add HISTORY.md"
Expand Down

0 comments on commit afee1fe

Please sign in to comment.