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 27, 2022
1 parent a815d06 commit dcbdb44
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 dcbdb44

Please sign in to comment.