Skip to content

Commit 15e01d4

Browse files
committed
test: ignore vendor.js coverage
1 parent ee1e3a9 commit 15e01d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"build:dts": "tsc --project tsconfig.prod.json && node scripts/build-dts.mjs",
4949
"test": "npm run build && node ./test/all.test.js",
5050
"test:types": "tsd",
51-
"coverage": "c8 --check-coverage npm test",
51+
"coverage": "c8 -x build/vendor.js --check-coverage npm test",
5252
"mutation": "stryker run",
5353
"circular": "madge --circular src/*",
5454
"version": "cat package.json | fx .version"

0 commit comments

Comments
 (0)