Skip to content

Commit

Permalink
✅ Fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Sep 26, 2022
1 parent 659a886 commit 3f81ae0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -79,6 +79,14 @@
"presets": [
"@babel/preset-flow"
],
"env": {
"test": {
"presets": [
"@babel/preset-env",
"@babel/preset-flow"
]
}
},
"plugins": [
[
"module-resolver",
Expand Down

0 comments on commit 3f81ae0

Please sign in to comment.