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