Skip to content

Commit

Permalink
test: 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
ffmcgee725 committed Dec 10, 2024
1 parent 98bf88c commit b2956cb
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: 64.65,
functions: 65.65,
lines: 65.51,
statements: 65.61,
branches: 66.94,
functions: 68.18,
lines: 66.17,
statements: 66.25,
},
},

Expand Down

0 comments on commit b2956cb

Please sign in to comment.