1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

tests: remove 'fmt_check_tests_dir' test (#12875)

This commit is contained in:
Bartek Iwańczuk 2021-11-23 18:36:13 +01:00 committed by Bert Belder
parent 47d516a4a0
commit ef9431db7e
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
2 changed files with 0 additions and 8 deletions

View file

@ -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 { itest!(fmt_quiet_check_fmt_dir {
args: "fmt --check --quiet fmt/regular/", args: "fmt --check --quiet fmt/regular/",
output_str: Some(""), output_str: Some(""),

View file

@ -1,2 +0,0 @@
[WILDCARD]
error: Found 6 not formatted files in [WILDCARD] files