Skip to content

Commit 88b3e88

Browse files
authored
disable broken coverage
1 parent d4c9279 commit 88b3e88

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
@@ -8,7 +8,7 @@
88
"types": "./index.d.ts",
99
"scripts": {
1010
"prepare": "microbundle",
11-
"test": "eslint *.js && npm run -s prepare && karmatic",
11+
"test": "eslint *.js && npm run -s prepare && karmatic --no-coverage",
1212
"release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1313
},
1414
"eslintConfig": {

0 commit comments

Comments
 (0)