feat(cli): flatten deno.json configuaration (#17799)

This commit is contained in:
scarf 2023-04-27 12:02:36 +09:00 committed by GitHub
parent 4192978c3a
commit 90a5ef5e34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 535 additions and 149 deletions

View file

@ -229,6 +229,12 @@ itest!(fmt_with_config {
output: "fmt/fmt_with_config.out",
});
itest!(fmt_with_deprecated_config {
args:
"fmt --config fmt/with_config/deno.deprecated.jsonc fmt/with_config/subdir",
output: "fmt/fmt_with_deprecated_config.out",
});
itest!(fmt_with_config_default {
args: "fmt fmt/with_config/subdir",
output: "fmt/fmt_with_config.out",