diff --git a/backend/jest.config.js b/backend/jest.config.js index d1cc7bd3f..a4a0ce1df 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -7,7 +7,8 @@ module.exports = { '!**/node_modules/**', '!**/test/**', '!**/build/**', - '!**/src/**/?(*.)+(spec|test).ts?(x)' + '!**/src/**/?(*.)+(spec|test).ts?(x)', + '!**/src/db/migrations/**' ], coverageThreshold: { global: {