We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16d143 commit 2af24a4Copy full SHA for 2af24a4
package.json
@@ -58,8 +58,8 @@
58
"prepack": "npm run build && npm run format",
59
"build": "rimraf \"{lib/**,}*.d.ts\" && tsc && type-coverage",
60
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
61
- "test-api": "node test.js",
62
- "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js",
+ "test-api": "node --conditions development test.js",
+ "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
63
"test": "npm run build && npm run format && npm run test-coverage"
64
},
65
"prettier": {
0 commit comments