We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783a9e4 commit 27d0c2bCopy full SHA for 27d0c2b
package.json
@@ -8,7 +8,7 @@
8
"lint": "eslint",
9
"prepublishOnly": "tsc",
10
"lint:fix": "eslint --fix",
11
- "test:unit": "c8 --98 node --test",
+ "test:unit": "c8 --check-coverage --lines 98 --functions 100 node --test",
12
"test": "npm run lint && npm run test:unit"
13
},
14
"repository": {
0 commit comments