diff options
author | Satya Rohith <me@satyarohith.com> | 2024-09-23 19:07:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 15:37:35 +0200 |
commit | b1550842d99e54a248615d7876b45f9d1d9696b6 (patch) | |
tree | 2ed87982b07e25f8da0755da6b78040c72e9d0fa /tests/specs/run/no_deno_json/code/install.out | |
parent | 08d3f1711011d7c3996c7c9b48210bf6e3e027f7 (diff) |
tests: enable auto_discovered tests of run/no_deno_json (#25821)
Towards https://github.com/denoland/deno/issues/25241
Diffstat (limited to 'tests/specs/run/no_deno_json/code/install.out')
-rw-r--r-- | tests/specs/run/no_deno_json/code/install.out | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/specs/run/no_deno_json/code/install.out b/tests/specs/run/no_deno_json/code/install.out new file mode 100644 index 000000000..321dc8ebc --- /dev/null +++ b/tests/specs/run/no_deno_json/code/install.out @@ -0,0 +1,26 @@ +[UNORDERED_START] +Download http://localhost:4260/@denotest/check-error +Download http://localhost:4260/@denotest/cjs-default-export +Download http://localhost:4260/chalk +Download http://localhost:4260/ansi-styles +Download http://localhost:4260/supports-color +Download http://localhost:4260/color-convert +Download http://localhost:4260/has-flag +Download http://localhost:4260/color-name +Download http://localhost:4260/@denotest/check-error/1.0.0.tgz +Download http://localhost:4260/@denotest/cjs-default-export/1.0.0.tgz +Download http://localhost:4260/chalk/chalk-4.1.2.tgz +Download http://localhost:4260/ansi-styles/ansi-styles-4.3.0.tgz +Download http://localhost:4260/supports-color/supports-color-7.2.0.tgz +Download http://localhost:4260/color-convert/color-convert-2.0.1.tgz +Download http://localhost:4260/has-flag/has-flag-4.0.0.tgz +Download http://localhost:4260/color-name/color-name-1.1.4.tgz +Initialize @denotest/cjs-default-export@1.0.0 +Initialize color-name@1.1.4 +Initialize ansi-styles@4.3.0 +Initialize has-flag@4.0.0 +Initialize supports-color@7.2.0 +Initialize color-convert@2.0.1 +Initialize chalk@4.1.2 +Initialize @denotest/check-error@1.0.0 +[UNORDERED_END] |