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
Core: Fix IE 10 and IE 11 compatibility of internal Promise with sinon.useFakeTimers
The Promise polyfill needs to save the unmodified reference to the
`setImmediate` function in IE, for use in `Promise._immediateFn`.
This broke in QUnit 2.14.0, with the introduction of internal Promise usage
as part of #1535.
Closes#1738.
0 commit comments