Skip to content

Commit

Permalink
chore: improve stability of tests (#976)
Browse files Browse the repository at this point in the history
Remove -J to improve reliability of GitHub Actions results.
  • Loading branch information
Trott authored Sep 20, 2023
1 parent 2baac2e commit 661c192
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 @@ -16,7 +16,7 @@
],
"scripts": {
"lint": "eslint bin/* lib/ test/ --cache",
"tap": "c8 --reporter lcov tap --no-coverage -J \"test/**/test-*.js\"",
"tap": "c8 --reporter lcov tap --no-coverage \"test/**/test-*.js\"",
"test": "npm run lint && npm run tap"
},
"author": "James M Snell <jasnell@gmail.com> (http://jasnell.me)",
Expand Down

0 comments on commit 661c192

Please sign in to comment.