diff --git a/backend/jest.config.ts b/backend/jest.config.ts index 61733ac5a..c28173fb5 100644 --- a/backend/jest.config.ts +++ b/backend/jest.config.ts @@ -7,10 +7,10 @@ export default { coverageThreshold: { global: { // These percentages should never decrease - statements: 39, - branches: 38, + statements: 40, + branches: 40, functions: 23, - lines: 42, + lines: 43, }, }, };