diff options
Diffstat (limited to 'cli/tests/import_maps/test.ts')
-rw-r--r-- | cli/tests/import_maps/test.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/import_maps/test.ts b/cli/tests/import_maps/test.ts new file mode 100644 index 000000000..9b09e9953 --- /dev/null +++ b/cli/tests/import_maps/test.ts @@ -0,0 +1,6 @@ +import "moment"; +import "moment/other_file.ts"; +import "lodash"; +import "lodash/other_file.ts"; +import "https://www.unpkg.com/vue/dist/vue.runtime.esm.js"; +import "./scope/scoped.ts"; |