There was an error while loading. Please reload this page.
1 parent ab4f93a commit fe73cd7Copy full SHA for fe73cd7
2 files changed
.c8rc.json
package.json
@@ -13,7 +13,7 @@
13
"lint": "eslint",
14
"lint:fix": "eslint --fix",
15
"test:typescript": "tstyche",
16
- "test:unit": "c8 node --test",
+ "test:unit": "c8 --100 --all --include=index.js --include=lib/**/*.js --exclude=lib/schema-validator.js node --test",
17
"test": "npm run test:unit && npm run test:typescript"
18
},
19
"repository": {
0 commit comments