mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Ensured stryker-tmp folder is ignored by jest
This commit is contained in:
parent
5bd89efc09
commit
69b1c8039e
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue