diff --git a/backend/jest.config.js b/backend/jest.config.js index cd63f11d8..66a883b51 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: 80, + lines: 81, }, }, setupFiles: ['/test/testSetup.ts'],