File SystemTest RunnerRe-run tests multiple times with the Bun test runnerThe --rerun-each flag runs every test multiple times. Use it to find flaky or non-deterministic tests.Copy MarkdownOpenBail early with the Bun test runnerUse the --bail flag to abort a test run after the first failure, so a continuous integration run fails as early as possible.Using Testing Library with BunYou can use Testing Library with Bun's test runner.