Skip to content

Commit

Permalink
feat: commit the new coverageThreshold to pass the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnseeker8 committed Jun 20, 2024
1 parent 062e961 commit 54419ad
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 @@ -41,10 +41,10 @@ module.exports = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 87.58,
branches: 87.94,
functions: 95.91,
lines: 90.75,
statements: 90.84,
lines: 91.13,
statements: 91.22,
},
},

Expand Down

0 comments on commit 54419ad

Please sign in to comment.