Skip to content

Commit

Permalink
update jest config (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnys committed Nov 13, 2020
1 parent 8720e16 commit eed0b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/core-react/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
verbose: true,
setupFilesAfterEnv: ['./rtl.setup.ts'],
transform: {
'.js': 'babel-jest',
'.(ts|tsx)': 'ts-jest',
},
testRegex: '(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$',
Expand Down

0 comments on commit eed0b57

Please sign in to comment.