Skip to content

Commit

Permalink
feat(jest-preset): enable ESM support for Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Kluge committed Jun 7, 2021
1 parent f8fcc24 commit af33ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-preset/jest-preset.js
Expand Up @@ -31,6 +31,7 @@ module.exports = {
: {
'ts-jest': {
babelConfig: require('./transforms/babel.js').babelConfig,
useESM: true,
},
},
moduleNameMapper: {
Expand Down

0 comments on commit af33ad8

Please sign in to comment.