diff --git a/packages/twenty-front/jest.config.mjs b/packages/twenty-front/jest.config.mjs index 041059204f1..19433467fd9 100644 --- a/packages/twenty-front/jest.config.mjs +++ b/packages/twenty-front/jest.config.mjs @@ -63,8 +63,8 @@ const jestConfig = { coverageThreshold: { global: { statements: 49.5, - lines: 49.5, - functions: 49.4, + lines: 48.6, + functions: 48.4, }, }, collectCoverageFrom: ['/src/**/*.ts'],