summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/d_ext/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/npm/d_ext/main.ts')
-rw-r--r--tests/testdata/npm/d_ext/main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/npm/d_ext/main.ts b/tests/testdata/npm/d_ext/main.ts
new file mode 100644
index 000000000..c92dbe065
--- /dev/null
+++ b/tests/testdata/npm/d_ext/main.ts
@@ -0,0 +1,3 @@
+import { test } from "npm:@denotest/d-ext";
+
+console.log(test);