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/run/092_import_map_unmapped_bare_specifier.ts.out | |
| parent | eccdb0e99acd66cce38fc8535aeab221a8a6fffa (diff) | |
chore: rough first pass on spec tests (#22877)
Diffstat (limited to 'tests/testdata/run/092_import_map_unmapped_bare_specifier.ts.out')
| -rw-r--r-- | tests/testdata/run/092_import_map_unmapped_bare_specifier.ts.out | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/testdata/run/092_import_map_unmapped_bare_specifier.ts.out b/tests/testdata/run/092_import_map_unmapped_bare_specifier.ts.out deleted file mode 100644 index 7f35b8b4f..000000000 --- a/tests/testdata/run/092_import_map_unmapped_bare_specifier.ts.out +++ /dev/null @@ -1,6 +0,0 @@ -error: Uncaught (in promise) TypeError: Relative import path "unmapped" not prefixed with / or ./ or ../ and not in import map from "file://[WILDCARD]/092_import_map_unmapped_bare_specifier.ts" - at file://[WILDCARD]/092_import_map_unmapped_bare_specifier.ts:1:14 - -await import("unmapped"); -^ - at async file://[WILDCARD]/092_import_map_unmapped_bare_specifier.ts:1:1 |
