Skip to content

Commit

Permalink
Update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
adbutterfield committed Jan 14, 2021
1 parent 345df4c commit d800de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -4,7 +4,7 @@ module.exports = {
},
globals: {
'ts-jest': {
tsConfig: 'tsconfig.jest.json',
tsconfig: 'tsconfig.jest.json',
},
},
testRegex: '.+.test.tsx?$',
Expand Down

0 comments on commit d800de1

Please sign in to comment.