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/add | |
| parent | b1036e4d9c6ce565ed50f88034b598a317f69fbd (diff) | |
feat: deno remove (#24952)
Co-authored-by: Satya Rohith <me@satyarohith.com>
Diffstat (limited to 'tests/specs/add')
| -rw-r--r-- | tests/specs/add/dist_tag/__test__.jsonc | 2 | ||||
| -rw-r--r-- | tests/specs/add/dist_tag/add.out | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/tests/specs/add/dist_tag/__test__.jsonc b/tests/specs/add/dist_tag/__test__.jsonc index ac8a65654..93104966d 100644 --- a/tests/specs/add/dist_tag/__test__.jsonc +++ b/tests/specs/add/dist_tag/__test__.jsonc @@ -3,7 +3,7 @@ "steps": [ { "args": "add npm:ajv@latest", - "output": "Add npm:ajv@8.11.0\n" + "output": "add.out" } ] } diff --git a/tests/specs/add/dist_tag/add.out b/tests/specs/add/dist_tag/add.out new file mode 100644 index 000000000..928eb6d6c --- /dev/null +++ b/tests/specs/add/dist_tag/add.out @@ -0,0 +1,15 @@ +Add npm:ajv@8.11.0 +[UNORDERED_START] +Download http://localhost:4260/ajv +Download http://localhost:4260/fast-deep-equal +Download http://localhost:4260/json-schema-traverse +Download http://localhost:4260/require-from-string +Download http://localhost:4260/uri-js +Download http://localhost:4260/punycode +Download http://localhost:4260/ajv/ajv-8.11.0.tgz +Download http://localhost:4260/require-from-string/require-from-string-2.0.2.tgz +Download http://localhost:4260/uri-js/uri-js-4.4.1.tgz +Download http://localhost:4260/fast-deep-equal/fast-deep-equal-3.1.3.tgz +Download http://localhost:4260/json-schema-traverse/json-schema-traverse-1.0.0.tgz +Download http://localhost:4260/punycode/punycode-2.1.1.tgz +[UNORDERED_END] |
