Skip to content

Commit

Permalink
Fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed May 1, 2022
1 parent c5c2409 commit a2d7d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jest/config.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
preset: 'ts-jest',
rootDir: process.cwd(),
roots: ['<rootDir>/test'],
setupFilesAfterEnv: ['<rootDir>/scripts/jest/setupJest.ts'],
setupFilesAfterEnv: ['<rootDir>/config/jest/setupJest.ts'],
testEnvironment: 'jsdom',
testMatch: ['<rootDir>/test/*.spec.ts?(x)'],
transform: { '^.+\\.(js|tsx?)$': 'ts-jest' },
Expand Down

0 comments on commit a2d7d2c

Please sign in to comment.