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/import_maps/import_map_remote.json | |
| parent | eccdb0e99acd66cce38fc8535aeab221a8a6fffa (diff) | |
chore: rough first pass on spec tests (#22877)
Diffstat (limited to 'tests/testdata/import_maps/import_map_remote.json')
| -rw-r--r-- | tests/testdata/import_maps/import_map_remote.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testdata/import_maps/import_map_remote.json b/tests/testdata/import_maps/import_map_remote.json index 51f90f69c..190fc4f55 100644 --- a/tests/testdata/import_maps/import_map_remote.json +++ b/tests/testdata/import_maps/import_map_remote.json @@ -4,6 +4,7 @@ "moment/": "./moment/", "lodash": "./lodash/lodash.ts", "lodash/": "./lodash/", - "https://www.unpkg.com/vue/dist/vue.runtime.esm.js": "./vue.ts" + "https://www.unpkg.com/vue/dist/vue.runtime.esm.js": "./vue.ts", + "print_hello": "./print_hello.ts" } } |
