Skip to content

Commit

Permalink
test: update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ffmcgee725 committed Feb 3, 2025
1 parent 76f41fa commit 2ecc8af
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: 67.47,
branches: 67.75,
functions: 69.64,
lines: 68.6,
statements: 68.77,
lines: 68.89,
statements: 69.05,
},
},

Expand Down

0 comments on commit 2ecc8af

Please sign in to comment.