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
However, bun --bun vitest directly from the CLI still hangs, which may simply suggest an issue with Bun and Vitest, which is further supported by #3264 and may be out of scope for Effect
The text was updated successfully, but these errors were encountered:
What version of Effect is running?
3.6.0
What steps can reproduce the bug?
Given
And the following test
and provided package.json contains
What is the expected behavior?
❯ bun test
bun test v1.1.21 (70ca2b76)
src/vitest.test.ts:
✓ should pass [0.38ms]
1 pass
0 fail
1 expect() calls
Ran 1 tests across 1 files. [18.00ms]
What do you see instead?
using
bun vitest
works as expectedbun test
where the test script isbun vitest
fails withbun --bun vitest
will run, but then will hang forever. Canceling the test execution yieldsAdditional information
Running a test without @effect/vitest using the package script
"test": "bun --bun vitest"
works as expectedHowever,
bun --bun vitest
directly from the CLI still hangs, which may simply suggest an issue with Bun and Vitest, which is further supported by #3264 and may be out of scope for EffectThe text was updated successfully, but these errors were encountered: