summaryrefslogtreecommitdiff
path: root/cli/tests/integration/fmt_tests.rs
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2021-09-23 21:49:25 +0530
committerGitHub <noreply@github.com>2021-09-23 21:49:25 +0530
commitc5442abc237b8e11491afb09dbaa80a66488fc7b (patch)
tree319a2df2095008a32bc9847c542bf1b96053473f /cli/tests/integration/fmt_tests.rs
parente0c858fa27af07f163f5d18bb0401d0f0069dd3c (diff)
feat(cli/fmt): support more markdown extensions (#12195)
Diffstat (limited to 'cli/tests/integration/fmt_tests.rs')
-rw-r--r--cli/tests/integration/fmt_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/fmt_tests.rs b/cli/tests/integration/fmt_tests.rs
index 2d7451694..1adbc8ff8 100644
--- a/cli/tests/integration/fmt_tests.rs
+++ b/cli/tests/integration/fmt_tests.rs
@@ -141,7 +141,7 @@ itest!(fmt_quiet_check_fmt_dir {
});
itest!(fmt_check_formatted_files {
- args: "fmt --check fmt/regular/formatted1.js fmt/regular/formatted2.ts fmt/regular/formatted3.md fmt/regular/formatted4.jsonc",
+ args: "fmt --check fmt/regular/formatted1.js fmt/regular/formatted2.ts fmt/regular/formatted3.markdown fmt/regular/formatted4.jsonc",
output: "fmt/expected_fmt_check_formatted_files.out",
exit_code: 0,
});