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

Function flushMicrotasks

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

Source from the content-addressed store, hash-verified

15}
16
17export async function flushMicrotasks() {
18 await act(async () => {
19 await Promise.resolve()
20 })
21}
22
23export function fireWithTimers(callback, ms = 0) {
24 act(() => {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…