summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-02-13 16:02:18 -0500
committerGitHub <noreply@github.com>2020-02-13 16:02:18 -0500
commit9325744a9426241a2826a6fb5516269227e26efa (patch)
treeb6f5a0691e1e679e5dcf16b6b4057b574a050a6e /cli/tests/integration_tests.rs
parent6bd846a780bec8a60d0a251ed1fb43e3add81be5 (diff)
Clean up fmt flags and path handling (#3988)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index a41fdd032..35127c155 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -641,14 +641,6 @@ itest!(fmt_stdin {
output_str: Some("const a = 1;\n"),
});
-itest!(fmt_stdin_ambiguous {
- args: "fmt - file.ts",
- input: Some("const a = 1\n"),
- check_stderr: true,
- exit_code: 1,
- output_str: Some("Ambiguous filename input. To format stdin, provide a single '-' instead.\n"),
-});
-
itest!(fmt_stdin_check_formatted {
args: "fmt --check -",
input: Some("const a = 1;\n"),