qunitjs / qunit

🔮 An easy-to-use JavaScript unit testing framework.
https://qunitjs.com
MIT License
4.02k stars 783 forks source link

Core: Fix compatibility with sinon.useFakeTimers in IE #1738

Closed timmywil closed 5 months ago

timmywil commented 5 months ago

The Promise polyfill needed to save the unmodified setImmediate function in IE to use for Promise._immediateFn

Krinkle commented 5 months ago

Looks like GitHub got itself in some kind of broken state, not agreeing on which commit's status to look at for the merge button, thus blocking me from merging due to waiting for a status that would never come. Closing and re-opening fixed this.

timmywil commented 5 months ago

Thanks! If you could do a release, I can update the jQuery branch.