MCPcopy
hub / github.com/jestjs/jest / runAllTimers

Method runAllTimers

packages/jest-environment/src/index.ts:339–339  ·  view source on GitHub ↗

* Exhausts the macro-task queue (i.e., all tasks queued by `setTimeout()` * and `setInterval()`).

()

Source from the content-addressed store, hash-verified

337 * and `setInterval()`).
338 */
339 runAllTimers(): void;
340 /**
341 * Exhausts the macro-task queue (i.e., all tasks queued by `setTimeout()`
342 * and `setInterval()`).

Calls

no outgoing calls

Tested by

no test coverage detected