mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
tests: remove 'fmt_check_tests_dir' test (#12875)
This commit is contained in:
parent
3f8c3b8568
commit
d2c53e7f10
2 changed files with 0 additions and 8 deletions
|
@ -128,12 +128,6 @@ fn fmt_ignore_unexplicit_files() {
|
|||
);
|
||||
}
|
||||
|
||||
itest!(fmt_check_tests_dir {
|
||||
args: "fmt --check ./ --ignore=.test_coverage,fmt/fmt_with_config/,test/markdown_windows.md",
|
||||
output: "fmt/expected_fmt_check_tests_dir.out",
|
||||
exit_code: 1,
|
||||
});
|
||||
|
||||
itest!(fmt_quiet_check_fmt_dir {
|
||||
args: "fmt --check --quiet fmt/regular/",
|
||||
output_str: Some(""),
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[WILDCARD]
|
||||
error: Found 6 not formatted files in [WILDCARD] files
|
Loading…
Reference in a new issue