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 0034f6e commit b0c482dCopy full SHA for b0c482d
package.json
@@ -64,7 +64,7 @@
64
"build": "rimraf \"lib/**/*.d.ts\" \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
65
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
66
"test-api": "node --conditions development test/index.js",
67
- "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test/index.js",
+ "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
68
"test": "npm run build && npm run format && npm run test-coverage"
69
},
70
"prettier": {
0 commit comments