Skip to content

Commit

Permalink
build(testing): jest, relax branch coverage (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed May 25, 2023
1 parent ee403b6 commit 6ec21b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
],
coverageThreshold: {
global: {
branches: 80,
branches: 75,
functions: 80,
lines: 90,
statements: 90
Expand Down

0 comments on commit 6ec21b0

Please sign in to comment.