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