Skip to content

Commit

Permalink
change jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Mar 7, 2024
1 parent bc063bd commit 00b2f08
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 @@ -16,10 +16,10 @@ module.exports = {
],
coverageThreshold: {
global: {
branches: 80,
functions: 80,
lines: 80,
statements: -10
branches: 55,
functions: 50,
lines: 60,
statements: 10
}
}
}

0 comments on commit 00b2f08

Please sign in to comment.