(fn: () => void, timeout: number = 2000)
| 76 | } |
| 77 | |
| 78 | export function executePendingFn(fn: () => void, timeout: number = 2000) { |
| 79 | return setTimeout(fn, timeout); |
| 80 | } |
| 81 | |
| 82 | const stageList = [ |
| 83 | 'render', |
no outgoing calls
no test coverage detected
searching dependent graphs…