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
Commit c08f5e6 inverted an if statement in the promise constructor detection, causing it to now return true for nodejs environments with jsdom loaded, e.g. with Jest (due to: V8_VERSION >=51, native promise, window object present and thus IS_BROWSER=true). I'm not exactly sure why the if statement was inverted, but it doesn't seem like it was the intention to leave the last line out. Now it actually means something different.