summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-11-22 14:40:33 +0000
committerGitHub <noreply@github.com>2020-11-22 15:40:33 +0100
commit7405356e23cc20b69e0f5d4313110d7780665f2b (patch)
tree926d041e1fbc544dd82946659d4b601f31113890 /cli/tests
parent2c00f6c5482e024745378b61b654d9b524ab6f08 (diff)
chore(cli/flags): Rename --failfast to --fail-fast (#8456)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/integration_tests.rs2
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",
});