Skip to content

Commit 4c22a27

Browse files
committed
Remove coverage from test script
1 parent cf63dc4 commit 4c22a27

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
@@ -54,7 +54,7 @@
5454
"tsx": "^4.20.6"
5555
},
5656
"scripts": {
57-
"test": "tsc && tsx --test --experimental-test-coverage test/**/*test.ts",
57+
"test": "tsc && tsx --test test/**/*test.ts",
5858
"cover": "tsc && tsx --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=./coverage/lcov.info test/**/*test.ts",
5959
"publish-public": "tsc && npm run cover && npm publish --access public",
6060
"servedocs": "(cd docs && bundle exec jekyll serve)"

0 commit comments

Comments
 (0)