diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 8 |
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"), |