MCPcopy Index your code
hub / github.com/callstack/react-native-testing-library / cleanupQueueCallback

Function cleanupQueueCallback

src/wait-for.ts:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44 let overallTimeoutTimer: ReturnType<typeof setTimeout> | null = null;
45 const cleanupQueueCallback = () => finalizeWaitFor({ rejectOnAbort: true });
46
47 const fakeTimersType = getJestFakeTimersType();
48

Callers

nothing calls this directly

Calls 1

finalizeWaitForFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…