diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-01-24 15:41:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-24 15:41:22 +0100 |
| commit | 0204071e30e68f23d36c9418a4f8f230f3e79407 (patch) | |
| tree | 09762c04d25c795df6ad90ab0008beca1d5603e1 /cli/tests/testdata/fmt | |
| parent | 2027d98a8e9e530277ab301841872cdea7e2d590 (diff) | |
feat: log detection of config file (#17338)
Closes #14578
Diffstat (limited to 'cli/tests/testdata/fmt')
| -rw-r--r-- | cli/tests/testdata/fmt/fmt_with_config_default.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/fmt/fmt_with_config_default.out b/cli/tests/testdata/fmt/fmt_with_config_default.out new file mode 100644 index 000000000..faad9352b --- /dev/null +++ b/cli/tests/testdata/fmt/fmt_with_config_default.out @@ -0,0 +1,2 @@ +Config file found at '[WILDCARD]deno.jsonc' +Checked 2 files |
