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 6eae5df commit 53c027dCopy full SHA for 53c027d
package.json
@@ -68,8 +68,8 @@
68
"prepack": "npm run build && npm run format",
69
"build": "rimraf \"lib/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
70
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
71
- "test-api": "node test.js",
72
- "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",
73
"test": "npm run build && npm run format && npm run test-coverage"
74
},
75
"prettier": {
0 commit comments