diff --git a/backend/jest.config.js b/backend/jest.config.js index b873d72d6..87f32599d 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -6,7 +6,7 @@ module.exports = { collectCoverageFrom: ['src/**/*.ts', '!**/node_modules/**', '!src/seeds/**', '!build/**'], coverageThreshold: { global: { - lines: 76, + lines: 75, }, }, setupFiles: ['/test/testSetup.ts'],