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
cpakken
changed the title
Running vitest with --bun flag hangs on windows "bun run --bun vitest"❌
Running vitest with --bun flag hangs on windows "bun run --bun vitest"❌ "bun run vitest" ✅
Apr 11, 2024
bun create github.com/cpakken/vitest-issue
cd vitest-issue
bun run vitest #works
bun run -b vitest #hangs
> bun --revision
1.1.3+2615dc742
> uname -mprs
Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 x86_64
cpakken
changed the title
Running vitest with --bun flag hangs on windows "bun run --bun vitest"❌ "bun run vitest" ✅
Running vitest with --bun flag hangs "bun run --bun vitest"❌ "bun run vitest" ✅
Apr 11, 2024
What version of Bun is running?
1.1.3+2615dc742
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
EDIT: also tested in WSL same behavior
What steps can reproduce the bug?
Use minimal reproduction
https://github.com/cpakken/vitest-issue
Also windows firewall for bun pops up while running with --bun command. Does not work even when allowed.
What is the expected behavior?
Should work
What do you see instead?
Hangs when vitest is run with --bun
The text was updated successfully, but these errors were encountered: