diff --git a/backend/jest.config.js b/backend/jest.config.js index de649d66e..6140da0aa 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -7,7 +7,7 @@ module.exports = { collectCoverageFrom: ['src/**/*.ts', '!**/node_modules/**', '!src/seeds/**', '!build/**'], coverageThreshold: { global: { - lines: 84, + lines: 83, }, }, setupFiles: ['/test/testSetup.ts'],