summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/deps/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/jsr/deps/main.ts')
-rw-r--r--cli/tests/testdata/jsr/deps/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/jsr/deps/main.ts b/cli/tests/testdata/jsr/deps/main.ts
index 25b13a681..f48255299 100644
--- a/cli/tests/testdata/jsr/deps/main.ts
+++ b/cli/tests/testdata/jsr/deps/main.ts
@@ -1,3 +1,3 @@
-import value from "jsr:@denotest/deps/mod.ts";
+import value from "jsr:@denotest/deps";
console.log(value);