oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
71.1k stars 2.47k forks source link

NestJs unpredictable behaviour #10116

Open GerbenRampaart opened 1 month ago

GerbenRampaart commented 1 month ago

What version of Bun is running?

1.1.2+c8d072c2a

What platform is your computer?

Darwin 23.4.0 arm64 arm

What steps can reproduce the bug?

Clone this repo. It is a lib/module that exposes services which can be injected as dependencies in other NestJs projects.

https://github.com/GerbenRampaart/redstinkcreature-lib-utilities

Run 'bun test' in the root.

What is the expected behavior?

All tests succeed

What do you see instead?

image

Additional information

No response

birkskyum commented 1 month ago

1641