diff --git a/backend/jest.config.cjs b/backend/jest.config.cjs index 285654e3a..c78de9155 100644 --- a/backend/jest.config.cjs +++ b/backend/jest.config.cjs @@ -18,7 +18,7 @@ module.exports = { ], coverageThreshold: { global: { - lines: 93, + lines: 92, }, }, testMatch: ['**/src/**/?(*.)+(spec|test).ts?(x)'],