mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
### What does this PR do? Adds a max-concurrency flag to limit the amount of concurrent tests that run at once. Defaults to 20. Jest and Vitest both default to 5. ### How did you verify your code works? Tests --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>