MCPcopy
hub / github.com/ReactTooltip/react-tooltip / flushPendingTimers

Function flushPendingTimers

src/test/test-utils.js:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11export function flushPendingTimers() {
12 act(() => {
13 jest.runOnlyPendingTimers()
14 })
15}
16
17export async function flushMicrotasks() {
18 await act(async () => {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…