Skip to content

Commit 8c612bb

Browse files
authored
test: fix coverage
1 parent aacf4fd commit 8c612bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"exports": "./lib/index.js",
1818
"scripts": {
1919
"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"
20+
"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"
2121
},
2222
"files": [
2323
"lib"

0 commit comments

Comments
 (0)