(ms = 0)
| 3 | import { TooltipController } from '../components/TooltipController' |
| 4 | |
| 5 | export function advanceTimers(ms = 0) { |
| 6 | act(() => { |
| 7 | jest.advanceTimersByTime(ms) |
| 8 | }) |
| 9 | } |
| 10 | |
| 11 | export function flushPendingTimers() { |
| 12 | act(() => { |
no outgoing calls
no test coverage detected
searching dependent graphs…