diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-12 16:17:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 16:17:25 -0400 |
commit | 085058cfffa03663839b946153faf58860aed9ef (patch) | |
tree | 8d915e2f320b9a2e8bc509602230158db15b48a4 /tests/specs/remove/basic/add.out | |
parent | b1036e4d9c6ce565ed50f88034b598a317f69fbd (diff) |
feat: deno remove (#24952)
Co-authored-by: Satya Rohith <me@satyarohith.com>
Diffstat (limited to 'tests/specs/remove/basic/add.out')
-rw-r--r-- | tests/specs/remove/basic/add.out | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/specs/remove/basic/add.out b/tests/specs/remove/basic/add.out new file mode 100644 index 000000000..a93b0ab52 --- /dev/null +++ b/tests/specs/remove/basic/add.out @@ -0,0 +1,12 @@ +Created deno.json configuration file. +Add jsr:@std/assert@1.0.0 +Add jsr:@std/http@1.0.0 +[UNORDERED_START] +Download http://127.0.0.1:4250/@std/http/1.0.0_meta.json +Download http://127.0.0.1:4250/@std/assert/1.0.0_meta.json +Download http://127.0.0.1:4250/@std/http/1.0.0/mod.ts +Download http://127.0.0.1:4250/@std/assert/1.0.0/mod.ts +Download http://127.0.0.1:4250/@std/assert/1.0.0/assert_equals.ts +Download http://127.0.0.1:4250/@std/assert/1.0.0/assert.ts +Download http://127.0.0.1:4250/@std/assert/1.0.0/fail.ts +[UNORDERED_END] |