Skip to content

Commit

Permalink
fix: Transform mjs in jest
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Aug 2, 2023
1 parent dc28fcd commit 5317b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -156,6 +156,7 @@
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
"^.+\\.mjs$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/@vue/vue2-jest",
"\\.(html|xml|svg|md)$": "<rootDir>/jest-raw-loader.js"
},
Expand Down

0 comments on commit 5317b4e

Please sign in to comment.