Skip to content

Commit 1e75de1

Browse files
DylanVannKent C. Dodds
authored andcommitted
chore: fix coverage report. (#318)
1 parent dbb7c94 commit 1e75de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function setImmediatePolyfill(fn) {
88
return globalObj.setTimeout(fn, 0)
99
}
1010

11-
// istanbul ignore next
1211
const clearTimeoutFn = globalObj.clearTimeout
12+
// istanbul ignore next
1313
const setImmediateFn = globalObj.setImmediate || setImmediatePolyfill
1414
const setTimeoutFn = globalObj.setTimeout
1515

0 commit comments

Comments
 (0)