()
| 9 | } |
| 10 | |
| 11 | export function flushPendingTimers() { |
| 12 | act(() => { |
| 13 | jest.runOnlyPendingTimers() |
| 14 | }) |
| 15 | } |
| 16 | |
| 17 | export async function flushMicrotasks() { |
| 18 | await act(async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…