Problem
every mocked fetch test short-circuited with a missing API-key error — web-search handler tests that stubbed an API-key environment variable. Tension: ESM imports are evaluated before the test's stub took effect.
4ee66b2f-6b47-4b5e-b391-b60d3e694411
every mocked fetch test short-circuited with a missing API-key error — web-search handler tests that stubbed an API-key environment variable. Tension: ESM imports are evaluated before the test's stub took effect.