summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing.md b/docs/testing.md
index b075bbca3..8fc180244 100644
--- a/docs/testing.md
+++ b/docs/testing.md
@@ -199,10 +199,10 @@ Deno.test({
## Failing fast
If you have a long running test suite and wish for it to stop on the first
-failure, you can specify the `--failfast` flag when running the suite.
+failure, you can specify the `--fail-fast` flag when running the suite.
```shell
-deno test --failfast
+deno test --fail-fast
```
## Test coverage