spawn/packages
B 76f8b941e6 fix(tests): use URL-based mock routing to prevent fetch pollution across test files
The digitalocean-token and hetzner-cov tests used callCount-based fetch
mock routing, which broke when concurrent test files shared globalThis.fetch.
Switch to URL-based routing so mock responses are determined by the request
URL, not the order of all fetch calls across the process.

Agent: code-health
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 03:32:30 +00:00
..
cli fix(tests): use URL-based mock routing to prevent fetch pollution across test files 2026-05-18 03:32:30 +00:00
shared fix: rethrow normalized Error in tryCatchIf/asyncTryCatchIf (#2930) 2026-03-23 19:33:05 -07:00