You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately we were stumped by another issue that's preventing us from using esbuild with jest. The way that esbuild exports modules makes them impossible to stub, so we are going withrthe regular tsc for our tests for now. Thanks for taking the time to look into this issue though
I'm trying to switch out
ts-jest
withesbuild-jest
, but I'm running into this error:With the following jest config
I've dug up some old issues both in jest and ts-jest, but I haven't found the root cause of this kulshekhar/ts-jest#411, jestjs/jest#5164.
Deps:
The text was updated successfully, but these errors were encountered: