summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/no_module_graph/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/jsr/no_module_graph/main.ts')
-rw-r--r--cli/tests/testdata/jsr/no_module_graph/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/jsr/no_module_graph/main.ts b/cli/tests/testdata/jsr/no_module_graph/main.ts
index ab1e781dc..6ea030c59 100644
--- a/cli/tests/testdata/jsr/no_module_graph/main.ts
+++ b/cli/tests/testdata/jsr/no_module_graph/main.ts
@@ -1,4 +1,4 @@
-import version, { TestClass } from "jsr:@denotest/no_module_graph@0.1.0/mod.ts";
+import version, { TestClass } from "jsr:@denotest/no_module_graph@0.1.0";
console.log(version);
console.log(new TestClass());