()
| 43 | |
| 44 | let overallTimeoutTimer: ReturnType<typeof setTimeout> | null = null; |
| 45 | const cleanupQueueCallback = () => finalizeWaitFor({ rejectOnAbort: true }); |
| 46 | |
| 47 | const fakeTimersType = getJestFakeTimersType(); |
| 48 |
nothing calls this directly
no test coverage detected
searching dependent graphs…