From 7405356e23cc20b69e0f5d4313110d7780665f2b Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 22 Nov 2020 14:40:33 +0000 Subject: chore(cli/flags): Rename --failfast to --fail-fast (#8456) --- docs/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/testing.md') 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 -- cgit v1.2.3