diff --git a/src/helpers.js b/src/helpers.js index 4e28b927..ab43e72b 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -8,8 +8,8 @@ function setImmediatePolyfill(fn) { return globalObj.setTimeout(fn, 0) } -// istanbul ignore next const clearTimeoutFn = globalObj.clearTimeout +// istanbul ignore next const setImmediateFn = globalObj.setImmediate || setImmediatePolyfill const setTimeoutFn = globalObj.setTimeout