You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(checkout): stop replacing entire window object in connect tests
The window spy mock replaced window with a minimal object missing URL,
document, and other globals. Leaked async operations (getAllBalances ->
RemoteConfigFetcher) that use XMLHttpRequest would crash in CI because
jsdom couldn't find URL on the mocked window. Now we only mock
window.ethereum directly, preserving the real window globals.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments