Skip to content

Commit fe73cd7

Browse files
committed
test: keep coverage settings in test script
1 parent ab4f93a commit fe73cd7

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

‎.c8rc.json‎

Lines changed: 0 additions & 15 deletions
This file was deleted.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "eslint",
1414
"lint:fix": "eslint --fix",
1515
"test:typescript": "tstyche",
16-
"test:unit": "c8 node --test",
16+
"test:unit": "c8 --100 --all --include=index.js --include=lib/**/*.js --exclude=lib/schema-validator.js node --test",
1717
"test": "npm run test:unit && npm run test:typescript"
1818
},
1919
"repository": {

0 commit comments

Comments
 (0)