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
Thanks for reporting, we'll investigate and fix this. What is likely happening is as soon as the first .only is being encountered, the test runner is closing early.
What version of Bun is running?
0.6.13
What platform is your computer?
Darwin 22.5.0 arm64 arm
What steps can reproduce the bug?
Create three test files:
src/number.test.ts
src/object.test.ts
src/string.test.ts
and run
bun test
(without --only)What is the expected behavior?
bun run all test
What do you see instead?
bun run tests in
src/string.test.ts
andsrc/number.test.ts:
but not insrc/object.test.ts
Additional information
If you do not place the files in the
src
directory, onlynumber.test.ts
will be executed.The text was updated successfully, but these errors were encountered: