There's an issue with the way deps are installed (it may or may not come from @libs/testing)
Basically bun and node are mutually exclusive (if you remove node_modules each time it seems to work) so not sure what's happening there.
Also the first bun test seems to die everytime, but if you relaunch tests again it'll pass.
Looks like a caching issue but delaying after install seems to have no effects.
There's an issue with the way deps are installed (it may or may not come from
@libs/testing
)Basically bun and node are mutually exclusive (if you remove node_modules each time it seems to work) so not sure what's happening there.
Also the first bun test seems to die everytime, but if you relaunch tests again it'll pass. Looks like a caching issue but delaying after install seems to have no effects.