Skip to content

Commit

Permalink
test: remove 100 check
Browse files Browse the repository at this point in the history
Remove the check of 100% coverage in tap, I prefer letting the coverage
service check it.
  • Loading branch information
dnlup committed Nov 9, 2020
1 parent 3185484 commit b1eda08
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "standard | snazzy",
"test": "npm run lint && tap test.js --100",
"test": "npm run lint && tap test.js",
"test:ci": "npm run test -- --cov --coverage-report=lcovonly",
"doc": "markdown-toc -i README.md",
"prerelease": "npm cit",
Expand Down

0 comments on commit b1eda08

Please sign in to comment.