diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-15 15:46:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 15:46:51 -0400 |
| commit | e40f9a5c14c51b6d05812e48fa072148fe79c74d (patch) | |
| tree | e492e91717c7ddda3e31139f870706870449cdde /tests/testdata/jsr/deps | |
| parent | 392579b5a673964752e38e1e0d9c2c9ae223a382 (diff) | |
chore: move more tests away from itest (#22909)
Part of #22907
Diffstat (limited to 'tests/testdata/jsr/deps')
| -rw-r--r-- | tests/testdata/jsr/deps/main.out | 13 | ||||
| -rw-r--r-- | tests/testdata/jsr/deps/main.ts | 3 | ||||
| -rw-r--r-- | tests/testdata/jsr/deps/main_info.out | 22 |
3 files changed, 0 insertions, 38 deletions
diff --git a/tests/testdata/jsr/deps/main.out b/tests/testdata/jsr/deps/main.out deleted file mode 100644 index 621703c4b..000000000 --- a/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/tests/testdata/jsr/deps/main.ts b/tests/testdata/jsr/deps/main.ts deleted file mode 100644 index f48255299..000000000 --- a/tests/testdata/jsr/deps/main.ts +++ /dev/null @@ -1,3 +0,0 @@ -import value from "jsr:@denotest/deps"; - -console.log(value); diff --git a/tests/testdata/jsr/deps/main_info.out b/tests/testdata/jsr/deps/main_info.out deleted file mode 100644 index c4d412707..000000000 --- a/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]) |
