From e66d3c2c2e287879a757e12943a6d240981cb9e8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 14 Sep 2023 13:51:28 -0400 Subject: 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. --- cli/tests/testdata/npm/cjs_yargs/main.out | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/tests/testdata/npm/cjs_yargs') 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] -- cgit v1.2.3