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
The window mock was broken because it miss `Symbol`, `Date` and other global definitions.
Set the window as `globalThis` and then define the navigator in it solves the issue.
A proper way of solving the issue will be use `jsdom`, however this plugin doesn't work in Node10.
Also fixed an issue with timers getting hanging in some situations. The issue was catched by browser test with `--detectOpenHandles`.
0 commit comments