diff options
Diffstat (limited to 'cli/tests/testdata/fmt')
| -rw-r--r-- | cli/tests/testdata/fmt/deno.jsonc | 4 | ||||
| -rw-r--r-- | cli/tests/testdata/fmt/deno.malformed.jsonc | 4 | ||||
| -rw-r--r-- | cli/tests/testdata/fmt/deno.malformed2.jsonc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/cli/tests/testdata/fmt/deno.jsonc b/cli/tests/testdata/fmt/deno.jsonc index 0e682cf36..9c330d34a 100644 --- a/cli/tests/testdata/fmt/deno.jsonc +++ b/cli/tests/testdata/fmt/deno.jsonc @@ -1,8 +1,8 @@ { "fmt": { "files": { - "include": ["fmt/fmt_with_config/"], - "exclude": ["fmt/fmt_with_config/b.ts"] + "include": ["fmt_with_config/"], + "exclude": ["fmt_with_config/b.ts"] }, "options": { "useTabs": true, diff --git a/cli/tests/testdata/fmt/deno.malformed.jsonc b/cli/tests/testdata/fmt/deno.malformed.jsonc index 667480bdc..c6200c4ee 100644 --- a/cli/tests/testdata/fmt/deno.malformed.jsonc +++ b/cli/tests/testdata/fmt/deno.malformed.jsonc @@ -1,8 +1,8 @@ { "fmt": { "files": { - "include": ["fmt/fmt_with_config/"], - "exclude": ["fmt/fmt_with_config/b.ts"] + "include": ["fmt_with_config/"], + "exclude": ["fmt_with_config/b.ts"] }, "dont_know_this_field": {}, "options": { diff --git a/cli/tests/testdata/fmt/deno.malformed2.jsonc b/cli/tests/testdata/fmt/deno.malformed2.jsonc index 2210dc0c7..4d6e99ae2 100644 --- a/cli/tests/testdata/fmt/deno.malformed2.jsonc +++ b/cli/tests/testdata/fmt/deno.malformed2.jsonc @@ -1,8 +1,8 @@ { "fmt": { "files": { - "include": ["fmt/fmt_with_config/"], - "exclude": ["fmt/fmt_with_config/b.ts"], + "include": ["fmt_with_config/"], + "exclude": ["fmt_with_config/b.ts"], "dont_know_this_field": {} }, "options": { |
