Skip to content

Commit

Permalink
fix: update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
navateja-alagam authored Jul 15, 2024
1 parent d9ac13e commit d4ef213
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 @@ -9,10 +9,10 @@
module.exports = {
coverageThreshold: {
global: {
branches: 78,
functions: 78,
lines: 78,
statements: 78,
branches: 75,
functions: 75,
lines: 75,
statements: 75,
},
},
testEnvironment: 'jsdom',
Expand Down

0 comments on commit d4ef213

Please sign in to comment.