Skip to content

Commit 5c0b1a3

Browse files
committed
remove coverage requirement (for now)
1 parent d988253 commit 5c0b1a3

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "tsc",
88
"lint": "eslint src --ext .ts,.tsx",
9-
"test": "jest --coverage"
9+
"test": "jest"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)