File SystemTest Runner
Using Testing Library with Bun
You can use Testing Library with Bun's test runner.
Re-run tests multiple times with the Bun test runner
The --rerun-each flag runs every test multiple times. Use it to find flaky or non-deterministic tests.
Write browser DOM tests with Bun and happy-dom
Use Happy DOM to write browser tests with Bun's test runner. Happy DOM implements mocked versions of browser APIs like document and location .