aelbore / esbuild-jest

A Jest transformer using esbuild
519 stars 51 forks source link

Jest 29.4: json imports break #87

Open wmertens opened 1 year ago

wmertens commented 1 year ago

After upgrading Jest my tests fail because .json modules are transformed by esbuild and then again by Jest. Is there a way to not transform json? I realize the issue is more on the Jest side but I'm looking for a workaround :)

wmertens commented 1 year ago

I also reported https://github.com/facebook/jest/issues/13959