Skip to content

Commit

Permalink
Fix babel config for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
job13er committed Sep 27, 2023
1 parent 4bc29f2 commit 16c6384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["@babel/preset-env"]
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-syntax-import-assertions"]
}

0 comments on commit 16c6384

Please sign in to comment.