diff --git a/jest.config.js b/jest.config.js index 1e37de5d..cb2b1a57 100644 --- a/jest.config.js +++ b/jest.config.js @@ -17,6 +17,7 @@ module.exports = { }, setupFilesAfterEnv: ['/config/jest/setupTests.ts'], testMatch: ['/test/**/*.test.{ts,tsx}'], + modulePathIgnorePatterns: ['/.stryker-tmp'], testEnvironment: 'jsdom', testEnvironmentOptions: { url: 'http://localhost',