diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-11-22 14:40:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 15:40:33 +0100 |
commit | 7405356e23cc20b69e0f5d4313110d7780665f2b (patch) | |
tree | 926d041e1fbc544dd82946659d4b601f31113890 /cli/tests | |
parent | 2c00f6c5482e024745378b61b654d9b524ab6f08 (diff) |
chore(cli/flags): Rename --failfast to --fail-fast (#8456)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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", }); |