diff --git a/lib/promise-polyfill.js b/lib/promise-polyfill.js index e56fc8618..d144ac46d 100644 --- a/lib/promise-polyfill.js +++ b/lib/promise-polyfill.js @@ -26,8 +26,6 @@ THE SOFTWARE. Patches for use in QUnit: -- 2024-02-07: Save umodified setImmediate to avoid conflicts with fake timers. - - 2021-01-09: Export as module only, don't change global scope as QUnit must not affect the host context (e.g. people may test their application intentionally with different or no polyfills and we must not affect that). @@ -38,6 +36,8 @@ Patches for use in QUnit: - 2021-01-10: Add 'globalThis' to globalNS implementation to support SpiderMonkey. +- 2024-02-07: Save unmodified setImmediate to avoid conflicts with Sinon fake timers. + */ (function () { 'use strict';