diff options
Diffstat (limited to 'cli/tests/testdata/jsr/version_not_found')
-rw-r--r-- | cli/tests/testdata/jsr/version_not_found/main.out | 5 | ||||
-rw-r--r-- | cli/tests/testdata/jsr/version_not_found/main.ts | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/testdata/jsr/version_not_found/main.out b/cli/tests/testdata/jsr/version_not_found/main.out deleted file mode 100644 index 6a32b5d81..000000000 --- a/cli/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/cli/tests/testdata/jsr/version_not_found/main.ts b/cli/tests/testdata/jsr/version_not_found/main.ts deleted file mode 100644 index a7673b744..000000000 --- a/cli/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); |