1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/npm/conditional_exports/main.out
David Sherret 998036b399
chore: fix flaky net_listen_allow_localhost_4555 (#23726)
Moves the test npm registry server port from `4558` to `426x`
2024-05-07 17:21:56 +00:00

19 lines
793 B
Text

[UNORDERED_START]
Download http://localhost:4260/@denotest/conditional-exports
Download http://localhost:4260/supports-esm
Download http://localhost:4260/has-package-exports
Download http://localhost:4260/@ljharb/has-package-exports-patterns
[UNORDERED_END]
[UNORDERED_START]
Download http://localhost:4260/@denotest/conditional-exports/1.0.0.tgz
Download http://localhost:4260/@ljharb/has-package-exports-patterns/has-package-exports-patterns-0.0.2.tgz
Download http://localhost:4260/has-package-exports/has-package-exports-1.3.0.tgz
Download http://localhost:4260/supports-esm/supports-esm-1.0.0.tgz
[UNORDERED_END]
{ hello: "from esm" }
{ hello: "from foo" }
{ hello: "from esm client" }
{ hello: "from esm client foo" }
{ hello: "from esm client bar" }
{ hello: "from esm client m" }
true