We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb69eb commit 4e4ea0fCopy full SHA for 4e4ea0f
package.json
@@ -24,6 +24,7 @@
24
"postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
25
"pretest": "standard",
26
"release": "standard-version -s",
27
+ "test:coverage": "tap --coverage-report=html -J --100 --no-esm test/*.js",
28
"test": "tap -J --100 --no-esm test/*.js"
29
},
30
"devDependencies": {
0 commit comments