Skip to content

Commit

Permalink
fix(jest-preset): use core-js v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Kluge authored and actions-user committed Oct 7, 2019
1 parent ef2ee01 commit ab77b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-preset/transforms/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = babelJest.createTransformer({
modules: 'commonjs',
useBuiltIns: 'usage',
targets: { node: 'current' },
corejs: 2,
corejs: 3,
},
],
'@babel/preset-react',
Expand Down

0 comments on commit ab77b4c

Please sign in to comment.