()
| 115 | }, 120_000); |
| 116 | |
| 117 | const dispose = (): void => { |
| 118 | clearTimeout(timeout); |
| 119 | unsubscribe?.(); |
| 120 | unsubscribe = undefined; |
| 121 | }; |
| 122 | |
| 123 | const rejectAll = (error: Error): void => { |
| 124 | if (settled) return; |
no outgoing calls
no test coverage detected