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 aacf4fd commit 8c612bbCopy full SHA for 8c612bb
package.json
@@ -17,7 +17,7 @@
17
"exports": "./lib/index.js",
18
"scripts": {
19
"prepare": "tsc -p tsconfig.build.json",
20
- "test": "node --test --test-timeout 10000 --test-reporter spec --test-reporter-destination stdout --test-reporter lcov --test-reporter-destination lcov.info && tsc --noEmit"
+ "test": "node --test --test-timeout 10000 --test-reporter spec --test-reporter-destination stdout --experimental-test-coverage --test-reporter lcov --test-reporter-destination lcov.info && tsc --noEmit"
21
},
22
"files": [
23
"lib"
0 commit comments