aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/test/bail.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/test/bail.md')
-rw-r--r--docs/guides/test/bail.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/guides/test/bail.md b/docs/guides/test/bail.md
index 06129314f..c994de2df 100644
--- a/docs/guides/test/bail.md
+++ b/docs/guides/test/bail.md
@@ -5,7 +5,6 @@ name: Bail early with the Bun test runner
Use the `--bail` flag to bail on a test run after a single failure. This is useful for aborting as soon as possible in a continuous integration environment.
```sh
-# re-run each test 10 times
$ bun test --bail
```