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/task | |
| 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/task')
| -rw-r--r-- | cli/tests/testdata/task/package_json/bin.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/task/package_json/bin.out b/cli/tests/testdata/task/package_json/bin.out index 6cfa06d43..5e04796eb 100644 --- a/cli/tests/testdata/task/package_json/bin.out +++ b/cli/tests/testdata/task/package_json/bin.out @@ -1,8 +1,10 @@ Download http://localhost:4545/npm/registry/@denotest/bin +[UNORDERED_START] Download http://localhost:4545/npm/registry/@denotest/bin/0.5.0.tgz Initialize @denotest/bin@0.5.0 Download http://localhost:4545/npm/registry/@denotest/bin/1.0.0.tgz Initialize @denotest/bin@1.0.0 +[UNORDERED_END] Warning Currently only basic package.json `scripts` are supported. Programs like `rimraf` or `cross-env` will not work correctly. This will be fixed in an upcoming release. Task bin @denotest/bin hi && cli-esm testing this out && npx cli-cjs test "extra" hi |
