Skip to content

Commit

Permalink
chore(test): update jest coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 17, 2024
1 parent 0507fa5 commit b1eba88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ const baseConfig = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 65.43,
branches: 65.15,
functions: 65.65,
lines: 66.74,
statements: 66.81,
lines: 66.81,
statements: 66.88,
},
},

Expand Down

0 comments on commit b1eba88

Please sign in to comment.