summaryrefslogtreecommitdiff
path: root/tests/testdata/lockfile/no_dts/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/lockfile/no_dts/main.ts')
-rw-r--r--tests/testdata/lockfile/no_dts/main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/lockfile/no_dts/main.ts b/tests/testdata/lockfile/no_dts/main.ts
new file mode 100644
index 000000000..7596e1e1a
--- /dev/null
+++ b/tests/testdata/lockfile/no_dts/main.ts
@@ -0,0 +1,3 @@
+import { test } from "http://localhost:4545/lockfile/no_dts/mod.js";
+
+console.log(test());