diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-14 13:51:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-14 17:51:28 +0000 |
| commit | e66d3c2c2e287879a757e12943a6d240981cb9e8 (patch) | |
| tree | 827f518778324a091fa3fbbe8f533fc10b74200a /cli/tests/testdata/npm/cjs_yargs | |
| parent | 54890ee98b9068af41214b86fb693135f0998a0a (diff) | |
refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functionality (#20504)
https://github.com/denoland/deno/pull/20488 enables us to remove this
functionality. This is better because our test suite is now not testing
a separate code path.
Diffstat (limited to 'cli/tests/testdata/npm/cjs_yargs')
| -rw-r--r-- | cli/tests/testdata/npm/cjs_yargs/main.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/cjs_yargs/main.out b/cli/tests/testdata/npm/cjs_yargs/main.out index 6aa34bce8..422cbb134 100644 --- a/cli/tests/testdata/npm/cjs_yargs/main.out +++ b/cli/tests/testdata/npm/cjs_yargs/main.out @@ -1,3 +1,4 @@ +[UNORDERED_START] Download http://localhost:4545/npm/registry/yargs Download http://localhost:4545/npm/registry/cliui Download http://localhost:4545/npm/registry/decamelize @@ -24,6 +25,8 @@ Download http://localhost:4545/npm/registry/color-convert Download http://localhost:4545/npm/registry/p-limit Download http://localhost:4545/npm/registry/color-name Download http://localhost:4545/npm/registry/p-try +[UNORDERED_END] +[UNORDERED_START] Download http://localhost:4545/npm/registry/ansi-regex/ansi-regex-5.0.1.tgz Initialize ansi-regex@5.0.1 Download http://localhost:4545/npm/registry/ansi-styles/ansi-styles-4.3.0.tgz @@ -76,5 +79,6 @@ Download http://localhost:4545/npm/registry/yargs/yargs-15.4.1.tgz Initialize yargs@15.4.1 Download http://localhost:4545/npm/registry/yargs-parser/yargs-parser-18.1.3.tgz Initialize yargs-parser@18.1.3 +[UNORDERED_END] start server on :8000 [WILDCARD] |
