diff --git a/backend/jest.config.js b/backend/jest.config.js index d9a196ace..15eb22477 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -8,11 +8,11 @@ module.exports = { '!**/test/**', '!**/build/**', '!**/src/**/?(*.)+(spec|test).ts?(x)', - '!**/src/db/migrations/**' + '!**/src/db/**' ], coverageThreshold: { global: { - lines: 72, + lines: 90, }, }, testMatch: ['**/src/**/?(*.)+(spec|test).ts?(x)'],