Skip to content

Commit

Permalink
Update setupBabel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jan 8, 2025
1 parent 34f8225 commit 38a3b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages-internal/test-utils/src/setupBabel.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require('@babel/register')({
extensions: ['.js', '.ts', '.tsx'],
extensions: ['.js', '.mjs', '.ts', '.tsx'],
});

0 comments on commit 38a3b59

Please sign in to comment.