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 733932d commit edef661Copy full SHA for edef661
package.json
@@ -57,7 +57,7 @@
57
"prepack": "npm run build && npm run format",
58
"test": "npm run build && npm run format && npm run test-coverage",
59
"test-api": "node --conditions development test/index.js",
60
- "test-coverage": "c8 --100 --check-coverage --reporter lcov npm run test-api"
+ "test-coverage": "c8 --100 --reporter lcov npm run test-api"
61
},
62
"prettier": {
63
"bracketSpacing": false,
0 commit comments