We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b7c4b commit a394857Copy full SHA for a394857
package.json
@@ -15,7 +15,8 @@
15
"build": "echo 'Nothing to build'",
16
"postbuild": "cp *.js README.md LICENSE NOTICE package.json lib",
17
"lint": "eslint .",
18
- "test": "node --test",
+ "pretest": "node -e \"require('fs').mkdirSync('coverage', { recursive: true })\"",
19
+ "test": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info",
20
"prepare": "husky install"
21
},
22
"peerDependencies": {
0 commit comments