summaryrefslogtreecommitdiff
path: root/tests/testdata/jsr/version_not_found
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-03-15 15:46:51 -0400
committerGitHub <noreply@github.com>2024-03-15 15:46:51 -0400
commite40f9a5c14c51b6d05812e48fa072148fe79c74d (patch)
treee492e91717c7ddda3e31139f870706870449cdde /tests/testdata/jsr/version_not_found
parent392579b5a673964752e38e1e0d9c2c9ae223a382 (diff)
chore: move more tests away from itest (#22909)
Part of #22907
Diffstat (limited to 'tests/testdata/jsr/version_not_found')
-rw-r--r--tests/testdata/jsr/version_not_found/main.out5
-rw-r--r--tests/testdata/jsr/version_not_found/main.ts2
2 files changed, 0 insertions, 7 deletions
diff --git a/tests/testdata/jsr/version_not_found/main.out b/tests/testdata/jsr/version_not_found/main.out
deleted file mode 100644
index 6a32b5d81..000000000
--- a/tests/testdata/jsr/version_not_found/main.out
+++ /dev/null
@@ -1,5 +0,0 @@
-Download http://127.0.0.1:4250/@denotest/deps/meta.json
-Download http://127.0.0.1:4250/@denotest/deps/meta.json
-error: Could not find constraint in the list of versions: @denotest/deps@0.1.4
- Specifier: jsr:@denotest/deps@0.1.4/mod.ts
- at file:///[WILDCARD]/version_not_found/main.ts:1:19
diff --git a/tests/testdata/jsr/version_not_found/main.ts b/tests/testdata/jsr/version_not_found/main.ts
deleted file mode 100644
index a7673b744..000000000
--- a/tests/testdata/jsr/version_not_found/main.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-import value from "jsr:@denotest/deps@0.1.4/mod.ts";
-console.log(value);