Skip to content
Merged
Prev Previous commit
Next Next commit
Revert "remove coverage threshold"
This reverts commit fc201da.
  • Loading branch information
SimenB committed Feb 20, 2021
commit c49b85ba6a73d1884de1b1abf3d90bd00a4f100c
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
},
"jest": {
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
Expand Down