Skip to content

Commit

Permalink
jest: be less strict regarding the code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed May 24, 2024
1 parent c2578e3 commit 284b8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"coverageThreshold": {
"global": {
"statements": 89,
"branches": 85,
"branches": 80,
"functions": 89,
"lines": 89
}
Expand Down

0 comments on commit 284b8b3

Please sign in to comment.