From b3ca3b2f25931afb350027bde87dc3d4f9a741b0 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 13 Mar 2024 12:21:13 -0400 Subject: chore: rough first pass on spec tests (#22877) --- tests/testdata/info/031_info_ts_error.out | 6 ------ tests/testdata/info/031_info_ts_error.ts | 1 - tests/testdata/info/065_import_map_info.out | 6 ------ 3 files changed, 13 deletions(-) delete mode 100644 tests/testdata/info/031_info_ts_error.out delete mode 100644 tests/testdata/info/031_info_ts_error.ts delete mode 100644 tests/testdata/info/065_import_map_info.out (limited to 'tests/testdata/info') diff --git a/tests/testdata/info/031_info_ts_error.out b/tests/testdata/info/031_info_ts_error.out deleted file mode 100644 index 81edd0032..000000000 --- a/tests/testdata/info/031_info_ts_error.out +++ /dev/null @@ -1,6 +0,0 @@ -local: [WILDCARD]031_info_ts_error.ts -type: TypeScript -dependencies: 0 unique -size: [WILDCARD] - -[WILDCARD]031_info_ts_error.ts ([WILDCARD]) diff --git a/tests/testdata/info/031_info_ts_error.ts b/tests/testdata/info/031_info_ts_error.ts deleted file mode 100644 index 9b7492dbe..000000000 --- a/tests/testdata/info/031_info_ts_error.ts +++ /dev/null @@ -1 +0,0 @@ -const _foo: string = 1; diff --git a/tests/testdata/info/065_import_map_info.out b/tests/testdata/info/065_import_map_info.out deleted file mode 100644 index 68d98f14a..000000000 --- a/tests/testdata/info/065_import_map_info.out +++ /dev/null @@ -1,6 +0,0 @@ -local: [WILDCARD]test.ts -type: TypeScript -dependencies: 7 unique -size: [WILDCARD] - -[WILDCARD] -- cgit v1.2.3