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
With "module": "Node16" and "moduleResolution": "Node16" jest hangs forever. I'm using --experimental-vm-modules in node 20 LTS with latest jest 30 alpha.
Additional context
yarn test:cjs works well. The only difference is that Typescript transpiles into commonjs ("module": "CommonJS" and "moduleResolution": "Node10").
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
30.0.0-alpha.2
Steps to reproduce
yarn install
yarn test:mjs
Expected behavior
jest should not hang forever.
Actual behavior
With "module": "Node16" and "moduleResolution": "Node16" jest hangs forever. I'm using
--experimental-vm-modules
in node 20 LTS with latest jest 30 alpha.Additional context
yarn test:cjs
works well. The only difference is that Typescript transpiles into commonjs ("module": "CommonJS" and "moduleResolution": "Node10").I've already tried node 18 and jest 29.
Environment
System: OS: Linux 6.6 Arch Linux CPU: (16) x64 AMD Ryzen 9 PRO 7940HS w/ Radeon 780M Graphics Binaries: Node: 20.10.0 - /run/user/1000/fnm_multishells/228422_1700991580411/bin/node Yarn: 4.0.2 - /run/user/1000/fnm_multishells/228422_1700991580411/bin/yarn npm: 10.2.3 - /run/user/1000/fnm_multishells/228422_1700991580411/bin/npm npmPackages: jest: ^30.0.0-alpha.2 => 30.0.0-alpha.2
The text was updated successfully, but these errors were encountered: