Skip to content

Commit

Permalink
update coverage expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
cesine committed Nov 27, 2024
1 parent f241019 commit 7ecedb2
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 @@ -10,10 +10,10 @@ module.exports = {
],
coverageThreshold: {
global: {
branches: 54,
functions: 56,
lines: 62,
statements: 61,
branches: 59,
functions: 62,
lines: 67,
statements: 66,
}
},
setupFiles: ['./jest.setup.js'],
Expand Down

0 comments on commit 7ecedb2

Please sign in to comment.