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