diff options
Diffstat (limited to 'cli/tests/import_maps/scope')
-rw-r--r-- | cli/tests/import_maps/scope/scoped.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/import_maps/scope/scoped.ts b/cli/tests/import_maps/scope/scoped.ts new file mode 100644 index 000000000..9a0b5d8e3 --- /dev/null +++ b/cli/tests/import_maps/scope/scoped.ts @@ -0,0 +1,2 @@ +import "moment"; +console.log("Hello from scoped!"); |