MCPcopy
hub / github.com/facebook/react / patchSetImmediate

Function patchSetImmediate

scripts/jest/patchSetImmediate.js:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1'use strict';
2
3export function patchSetImmediate() {
4 global.setImmediate = cb => {
5 setTimeout(cb, 0);
6 };
7}

Calls

no outgoing calls

Tested by

no test coverage detected