Open bncszb opened 2 days ago
Are the tests not run or are they showing up for a different file?
Thanks for taking the time! They are not run. You can see for:
src/medication-order/process-medication-order.test.ts:
It is listed in the broader bun test src run, but nothing happens underneath. When I go one folder deeper with bun test src/medication-order it is found.
What version of Bun is running?
1.1.37+8ca0eb831
What platform is your computer?
Darwin 24.1.0 arm64 arm
What steps can reproduce the bug?
bun test src
output:
bun test src/medication-order
output:
What is the expected behavior?
i would expect bun to find the medication order tests as well, however they are not run i tried it with failing tests as well, they wouldn't fail in the first scenario
What do you see instead?
some tests are just skipped
Additional information
all tests are created the same way, using these helper functions: