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 cc8d7f5 commit 8feeacaCopy full SHA for 8feeaca
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"prepare": "tsc -p tsconfig.build.json",
20
"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 ."
+ "test": "node --test --test-timeout 10000 --test-reporter spec --test-reporter-destination stdout --test-reporter lcov --test-reporter-destination lcov.info && tsc --noEmit && eslint ."
22
},
23
"files": [
24
"lib"
0 commit comments