diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-13 12:21:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 16:21:13 +0000 |
| commit | b3ca3b2f25931afb350027bde87dc3d4f9a741b0 (patch) | |
| tree | e8d4f1211310e4998cd21882b96d0a799a83de87 /tests/testdata/info | |
| parent | eccdb0e99acd66cce38fc8535aeab221a8a6fffa (diff) | |
chore: rough first pass on spec tests (#22877)
Diffstat (limited to 'tests/testdata/info')
| -rw-r--r-- | tests/testdata/info/031_info_ts_error.out | 6 | ||||
| -rw-r--r-- | tests/testdata/info/031_info_ts_error.ts | 1 | ||||
| -rw-r--r-- | tests/testdata/info/065_import_map_info.out | 6 |
3 files changed, 0 insertions, 13 deletions
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] |
