Skip to content

Commit

Permalink
update jest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Mar 6, 2024
1 parent 5ff60b5 commit 85335f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,
functions: 65.65,
lines: 66.74,
statements: 66.81,
branches: 61.45,
functions: 63.15,
lines: 63.41,
statements: 63.48,
},
},

Expand Down

0 comments on commit 85335f4

Please sign in to comment.