Skip to content

Commit

Permalink
fix: jest module naming collision (#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Aug 30, 2021
1 parent da0abc5 commit 2cbf3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Expand Up @@ -12,6 +12,7 @@ const config: Config.InitialOptions = {
testEnvironment: './scripts/jestEnv.js',
setupFilesAfterEnv: ['./scripts/jestPerTestSetup.ts'],
watchPathIgnorePatterns: ['<rootDir>/temp'],
modulePathIgnorePatterns: ['<rootDir>/temp'],
moduleNameMapper: {
testUtils: '<rootDir>/packages/playground/testUtils.ts'
},
Expand Down

0 comments on commit 2cbf3f3

Please sign in to comment.