Skip to content

Commit 8feeaca

Browse files
committed
chore: test coverage no longer experimental
1 parent cc8d7f5 commit 8feeaca

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
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"prepare": "tsc -p tsconfig.build.json",
2020
"fix": "eslint --fix . && prettier --write .",
21-
"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 && eslint ."
21+
"test": "node --test --test-timeout 10000 --test-reporter spec --test-reporter-destination stdout --test-reporter lcov --test-reporter-destination lcov.info && tsc --noEmit && eslint ."
2222
},
2323
"files": [
2424
"lib"

0 commit comments

Comments
 (0)