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_with_deps | |
| 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_with_deps')
| -rw-r--r-- | cli/tests/testdata/npm/cjs_with_deps/main.out | 4 | ||||
| -rw-r--r-- | cli/tests/testdata/npm/cjs_with_deps/main_node_modules.out | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/cjs_with_deps/main.out b/cli/tests/testdata/npm/cjs_with_deps/main.out index 3a16ff467..aac21abba 100644 --- a/cli/tests/testdata/npm/cjs_with_deps/main.out +++ b/cli/tests/testdata/npm/cjs_with_deps/main.out @@ -1,3 +1,4 @@ +[UNORDERED_START] Download http://localhost:4545/npm/registry/chalk Download http://localhost:4545/npm/registry/chai Download http://localhost:4545/npm/registry/ansi-styles @@ -12,6 +13,8 @@ Download http://localhost:4545/npm/registry/type-detect Download http://localhost:4545/npm/registry/color-convert Download http://localhost:4545/npm/registry/has-flag Download http://localhost:4545/npm/registry/color-name +[UNORDERED_END] +[UNORDERED_START] Download http://localhost:4545/npm/registry/ansi-styles/ansi-styles-4.3.0.tgz Download http://localhost:4545/npm/registry/assertion-error/assertion-error-1.1.0.tgz Download http://localhost:4545/npm/registry/chai/chai-4.3.6.tgz @@ -26,4 +29,5 @@ Download http://localhost:4545/npm/registry/loupe/loupe-2.3.4.tgz Download http://localhost:4545/npm/registry/pathval/pathval-1.1.1.tgz Download http://localhost:4545/npm/registry/supports-color/supports-color-7.2.0.tgz Download http://localhost:4545/npm/registry/type-detect/type-detect-4.0.8.tgz +[UNORDERED_END] chalk cjs loads diff --git a/cli/tests/testdata/npm/cjs_with_deps/main_node_modules.out b/cli/tests/testdata/npm/cjs_with_deps/main_node_modules.out index 1ae22f510..548f567f1 100644 --- a/cli/tests/testdata/npm/cjs_with_deps/main_node_modules.out +++ b/cli/tests/testdata/npm/cjs_with_deps/main_node_modules.out @@ -1,3 +1,4 @@ +[UNORDERED_START] Download http://localhost:4545/npm/registry/chalk Download http://localhost:4545/npm/registry/chai Download http://localhost:4545/npm/registry/ansi-styles @@ -12,6 +13,8 @@ Download http://localhost:4545/npm/registry/type-detect Download http://localhost:4545/npm/registry/color-convert Download http://localhost:4545/npm/registry/has-flag Download http://localhost:4545/npm/registry/color-name +[UNORDERED_END] +[UNORDERED_START] Download http://localhost:4545/npm/registry/ansi-styles/ansi-styles-4.3.0.tgz Initialize ansi-styles@4.3.0 Download http://localhost:4545/npm/registry/assertion-error/assertion-error-1.1.0.tgz @@ -40,4 +43,5 @@ Download http://localhost:4545/npm/registry/supports-color/supports-color-7.2.0. Initialize supports-color@7.2.0 Download http://localhost:4545/npm/registry/type-detect/type-detect-4.0.8.tgz Initialize type-detect@4.0.8 +[UNORDERED_END] chalk cjs loads |
