Skip to content

Commit

Permalink
fix: --allow-incomplete-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 27, 2023
1 parent 5f77620 commit 2f571bf
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 @@ -48,7 +48,7 @@
},
"scripts": {
"lint": "standard",
"unit": "tap",
"unit": "tap --allow-incomplete-coverage",
"build": "true",
"test:ci": "npm run test",
"test": "npm run lint && npm run unit"
Expand Down

0 comments on commit 2f571bf

Please sign in to comment.