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(windows): use pathToFileURL for dynamic imports in tests
Windows requires file:// URLs for dynamic imports. Using path strings
directly causes 'Received protocol d:' errors on Windows CI.