| 1 | import { describe, expect, it, vi } from 'vitest' |
| 2 | |
| 3 | const runLocalRemoteSessionMock = vi.hoisted(() => vi.fn(async (options: { session: { stopKeepAlive: () => void } }) => { |
| 4 | options.session.stopKeepAlive() |
nothing calls this directly
no test coverage detected