diff --git a/apps/central-scan/frontend/jest.config.js b/apps/central-scan/frontend/jest.config.js index f9b6a830514..730a10e2636 100644 --- a/apps/central-scan/frontend/jest.config.js +++ b/apps/central-scan/frontend/jest.config.js @@ -13,10 +13,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 81, + statements: 80, branches: 68, - functions: 70, - lines: 81, + functions: 69, + lines: 80, }, }, resetMocks: true,