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
as you can see, when run all tests (not just for --only flag, the --only flag is used to narrow down the test casses shown), it fails the test, but when i test the same test case solely, it passed.
Additional information
seems to be an async problem, although i don't use asyn in these cases.
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.2.4
What platform is your computer?
Darwin 24.3.0 arm64 arm
What steps can reproduce the bug?
bun test --only
bun test -t 'the test which report failed'
What is the expected behavior?
the test should report correctly
What do you see instead?
as you can see, when run all tests (not just for --only flag, the --only flag is used to narrow down the test casses shown), it fails the test, but when i test the same test case solely, it passed.
Additional information
seems to be an async problem, although i don't use asyn in these cases.
The text was updated successfully, but these errors were encountered: