summaryrefslogtreecommitdiff
path: root/.dprint.json
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-09-19 09:32:21 -0500
committerGitHub <noreply@github.com>2022-09-19 10:32:21 -0400
commit1464b756a4ef091ef97d1bf7340188ab5fe5492a (patch)
tree2eff346ccf5782c501460aec63a5028742066fa6 /.dprint.json
parent8d50c09c0db4e9b0644263cde3f7ff990ec75259 (diff)
refactor: move out test files from root testdata directory into sub directories (#15949)
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.dprint.json b/.dprint.json
index 64ac4e464..e98a01747 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -27,13 +27,13 @@
"cli/dts/lib.scripthost.d.ts",
"cli/dts/lib.webworker*.d.ts",
"cli/dts/typescript.d.ts",
- "cli/tests/testdata/badly_formatted.json",
- "cli/tests/testdata/badly_formatted.md",
+ "cli/tests/testdata/fmt/badly_formatted.json",
+ "cli/tests/testdata/fmt/badly_formatted.md",
"cli/tests/testdata/byte_order_mark.ts",
"cli/tests/testdata/encoding",
"cli/tests/testdata/fmt/*",
"cli/tests/testdata/import_assertions/json_with_shebang.json",
- "cli/tests/testdata/inline_js_source_map*",
+ "cli/tests/testdata/run/inline_js_source_map*",
"cli/tests/testdata/malformed_config/*",
"cli/tests/testdata/npm/registry/",
"cli/tests/testdata/test/markdown_windows.md",