summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/deps
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/jsr/deps')
-rw-r--r--cli/tests/testdata/jsr/deps/main.out13
-rw-r--r--cli/tests/testdata/jsr/deps/main.ts3
-rw-r--r--cli/tests/testdata/jsr/deps/main_info.out22
3 files changed, 0 insertions, 38 deletions
diff --git a/cli/tests/testdata/jsr/deps/main.out b/cli/tests/testdata/jsr/deps/main.out
deleted file mode 100644
index 621703c4b..000000000
--- a/cli/tests/testdata/jsr/deps/main.out
+++ /dev/null
@@ -1,13 +0,0 @@
-Download http://127.0.0.1:4250/@denotest/deps/meta.json
-Download http://127.0.0.1:4250/@denotest/deps/1.0.0_meta.json
-Download http://127.0.0.1:4250/@denotest/module_graph/meta.json
-Download http://127.0.0.1:4250/@denotest/no_module_graph/meta.json
-Download http://127.0.0.1:4250/@denotest/module_graph/1.4.0_meta.json
-Download http://127.0.0.1:4250/@denotest/no_module_graph/0.1.1_meta.json
-[UNORDERED_START]
-Download http://127.0.0.1:4250/@denotest/deps/1.0.0/mod.ts
-Download http://127.0.0.1:4250/@denotest/module_graph/1.4.0/other.ts
-Download http://127.0.0.1:4250/@denotest/no_module_graph/0.1.1/mod.ts
-Download http://127.0.0.1:4250/@denotest/no_module_graph/0.1.1/TestClass.ts
-[UNORDERED_END]
-{ version: "0.1.1", other: Other {} }
diff --git a/cli/tests/testdata/jsr/deps/main.ts b/cli/tests/testdata/jsr/deps/main.ts
deleted file mode 100644
index f48255299..000000000
--- a/cli/tests/testdata/jsr/deps/main.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import value from "jsr:@denotest/deps";
-
-console.log(value);
diff --git a/cli/tests/testdata/jsr/deps/main_info.out b/cli/tests/testdata/jsr/deps/main_info.out
deleted file mode 100644
index c4d412707..000000000
--- a/cli/tests/testdata/jsr/deps/main_info.out
+++ /dev/null
@@ -1,22 +0,0 @@
-Download http://127.0.0.1:4250/@denotest/deps/meta.json
-Download http://127.0.0.1:4250/@denotest/deps/1.0.0_meta.json
-Download http://127.0.0.1:4250/@denotest/module_graph/meta.json
-Download http://127.0.0.1:4250/@denotest/no_module_graph/meta.json
-Download http://127.0.0.1:4250/@denotest/module_graph/1.4.0_meta.json
-Download http://127.0.0.1:4250/@denotest/no_module_graph/0.1.1_meta.json
-[UNORDERED_START]
-Download http://127.0.0.1:4250/@denotest/deps/1.0.0/mod.ts
-Download http://127.0.0.1:4250/@denotest/module_graph/1.4.0/other.ts
-Download http://127.0.0.1:4250/@denotest/no_module_graph/0.1.1/mod.ts
-Download http://127.0.0.1:4250/@denotest/no_module_graph/0.1.1/TestClass.ts
-[UNORDERED_END]
-local: [WILDCARD]main.ts
-type: TypeScript
-dependencies: 4 unique
-size: [WILDCARD]
-
-file:///[WILDCARD]main.ts ([WILDCARD])
-└─┬ http://127.0.0.1:4250/@denotest/deps/1.0.0/mod.ts ([WILDCARD])
- ├── http://127.0.0.1:4250/@denotest/module_graph/1.4.0/other.ts ([WILDCARD])
- └─┬ http://127.0.0.1:4250/@denotest/no_module_graph/0.1.1/mod.ts ([WILDCARD])
- └── http://127.0.0.1:4250/@denotest/no_module_graph/0.1.1/TestClass.ts ([WILDCARD])