(error, retry, fail, attempts)
| 43 | timeout: 3000, |
| 44 | suspensible: false, |
| 45 | onError(error, retry, fail, attempts) { |
| 46 | expectType<() => void>(retry) |
| 47 | expectType<() => void>(fail) |
| 48 | expectType<number>(attempts) |
| 49 | expectType<Error>(error) |
| 50 | }, |
| 51 | }) |
| 52 | |
| 53 | h(component) |
no outgoing calls
no test coverage detected
searching dependent graphs…