summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/version_not_found/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/jsr/version_not_found/main.ts')
-rw-r--r--cli/tests/testdata/jsr/version_not_found/main.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/jsr/version_not_found/main.ts b/cli/tests/testdata/jsr/version_not_found/main.ts
new file mode 100644
index 000000000..a7673b744
--- /dev/null
+++ b/cli/tests/testdata/jsr/version_not_found/main.ts
@@ -0,0 +1,2 @@
+import value from "jsr:@denotest/deps@0.1.4/mod.ts";
+console.log(value);