Skip to content

Commit

Permalink
chore: default preset-env for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
r4mmer committed Jul 11, 2023
1 parent 0c469b1 commit 7a6f181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
presets: [
'@babel/preset-react',
'@babel/preset-typescript',
'@babel/preset-env',
],
plugins: [
"@babel/plugin-transform-async-generator-functions",
Expand Down

0 comments on commit 7a6f181

Please sign in to comment.