Skip to content

Commit

Permalink
chore(jest): update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jun 18, 2019
1 parent 00f71c4 commit a87f984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
}
},
moduleFileExtensions: ['ts', 'tsx', 'js'],
setupTestFrameworkScriptFile: '<rootDir>/test/setup.js',
setupFilesAfterEnv: ['<rootDir>/test/setup.js'],
testMatch: ['<rootDir>/test/**/*.spec.(ts|js)'],
transform: {
'^.+\\.ts$': 'ts-jest'
Expand Down

0 comments on commit a87f984

Please sign in to comment.