Skip to content

Commit fc201da

Browse files
committed
remove coverage threshold
1 parent 16fc528 commit fc201da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@
7575
},
7676
"jest": {
7777
"testEnvironment": "node",
78-
"coverageThreshold": {
79-
"global": {
80-
"branches": 100,
81-
"functions": 100,
82-
"lines": 100,
83-
"statements": 100
84-
}
85-
},
8678
"watchPlugins": [
8779
"jest-watch-typeahead/filename",
8880
"jest-watch-typeahead/testname"

0 commit comments

Comments
 (0)