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) --- cli/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 17b9fbc1b..390b7b72a 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1887,7 +1887,7 @@ itest!(deno_test { }); itest!(deno_test_fail_fast { - args: "test --failfast test_runner_test.ts", + args: "test --fail-fast test_runner_test.ts", exit_code: 1, output: "deno_test_fail_fast.out", }); -- cgit v1.2.3