Skip to content

Commit

Permalink
chore: fix coverage report. (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann authored and Kent C. Dodds committed Jul 12, 2019
1 parent dbb7c94 commit 1e75de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1e75de1

Please sign in to comment.