summaryrefslogtreecommitdiff
path: root/cli/tests/fix_exotic_specifiers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/fix_exotic_specifiers.ts')
-rw-r--r--cli/tests/fix_exotic_specifiers.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/fix_exotic_specifiers.ts b/cli/tests/fix_exotic_specifiers.ts
new file mode 100644
index 000000000..101667b2a
--- /dev/null
+++ b/cli/tests/fix_exotic_specifiers.ts
@@ -0,0 +1,3 @@
+import clone from "https://jspm.dev/lodash@4/clone";
+
+console.log(clone);