Ensured stryker-tmp folder is ignored by jest

This commit is contained in:
Alejandro Celaya 2022-12-03 12:56:25 +01:00
parent 5bd89efc09
commit 69b1c8039e

View file

@ -17,6 +17,7 @@ module.exports = {
},
setupFilesAfterEnv: ['<rootDir>/config/jest/setupTests.ts'],
testMatch: ['<rootDir>/test/**/*.test.{ts,tsx}'],
modulePathIgnorePatterns: ['<rootDir>/.stryker-tmp'],
testEnvironment: 'jsdom',
testEnvironmentOptions: {
url: 'http://localhost',