Skip to content

Commit

Permalink
Update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
navateja-alagam committed May 16, 2024
1 parent ba90342 commit d29edc6
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: 80,
functions: 80,
lines: 80,
statements: 80,
branches: 75,
functions: 75,
lines: 75,
statements: 75,
},
},
testEnvironment: 'jsdom',
Expand Down

0 comments on commit d29edc6

Please sign in to comment.