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