diff --git a/frontend/jest.config.js b/frontend/jest.config.js index 5d26195..c2734b8 100644 --- a/frontend/jest.config.js +++ b/frontend/jest.config.js @@ -31,10 +31,10 @@ const customJestConfig = { ], coverageThreshold: { global: { - branches: 70, - functions: 70, - lines: 70, - statements: 70, + branches: 85, + functions: 85, + lines: 90, + statements: 90, }, }, }