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(cypress): use Node global instead of globalThis in fetch mock
ESLint treats globalThis as undefined in this CommonJS file; use global
for fetch binding and assignment.
Co-authored-by: Joseph Rhoads <jrhoads@users.noreply.github.com>
0 commit comments