Runtime
Bundler
Package Manager
Test Runner
Guides
Reference
Blog
Install Bun
Guides 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.

terminal
# re-run each test 10 times
$ bun test --rerun-each 10

See bun test.

On this page

No Headings