(ms: number)
| 134 | } |
| 135 | |
| 136 | const tick = (ms: number) => act(async () => new Promise((r) => setTimeout(r, ms))); |
| 137 | |
| 138 | async function mountSession(opts: HookOptions): Promise<Session> { |
| 139 | const host = document.createElement('div'); |
no outgoing calls
no test coverage detected