Skip to content

Commit

Permalink
test: added script to get coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Perrotte committed Sep 28, 2019
1 parent 4eb69eb commit 4e4ea0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -24,6 +24,7 @@
"postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
"pretest": "standard",
"release": "standard-version -s",
"test:coverage": "tap --coverage-report=html -J --100 --no-esm test/*.js",
"test": "tap -J --100 --no-esm test/*.js"
},
"devDependencies": {
Expand Down

0 comments on commit 4e4ea0f

Please sign in to comment.