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
Hi @nicolo-ribaudo, thanks for that reproduction repo.
did you manage to solve that or workaround that issue?
I'm using esbuild-jest and it does occur for me, using ts-jest works well (but slow 😄 ).
i opened this issue aelbore/esbuild-jest#48
The text was updated successfully, but these errors were encountered:
I just gave up relying on dynamic imports in jest until it's fixed: when I need a dynamic import, I spawn a new process, log the test results, and verify with jest that the logs are correct.
Hi @nicolo-ribaudo, thanks for that reproduction repo.
did you manage to solve that or workaround that issue?
I'm using esbuild-jest and it does occur for me, using ts-jest works well (but slow 😄 ).
i opened this issue
aelbore/esbuild-jest#48
The text was updated successfully, but these errors were encountered: