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 cbdcef4 commit e4cf6a8
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: 79,
functions: 79,
lines: 79,
statements: 79,
branches: 78,
functions: 78,
lines: 78,
statements: 78,
},
},
testEnvironment: 'jsdom',
Expand Down

0 comments on commit e4cf6a8

Please sign in to comment.