Skip to content

Commit

Permalink
Set babel preset-env according to Jest docs
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Jun 6, 2020
1 parent c120d90 commit 8575c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"chrome": 69
"node": "current"
}
}
],
Expand Down

0 comments on commit 8575c49

Please sign in to comment.