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
Hi,
I have breaking issues with bun, mainly this one: #13175 which is preventing me from using bun to run my app so instead I am compiling typescript to js and running it with node. However, my tests still use bun, which are causing the same issues. I was wondering how I can use the bun test runner, but under the hood execute the tests in the node environment. Is this even possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have breaking issues with bun, mainly this one: #13175 which is preventing me from using bun to run my app so instead I am compiling typescript to js and running it with node. However, my tests still use bun, which are causing the same issues. I was wondering how I can use the bun test runner, but under the hood execute the tests in the node environment. Is this even possible?
Beta Was this translation helpful? Give feedback.
All reactions