| 1 | import type { Locator, SelectorOptions, UserEventWheelDeltaOptions, UserEventWheelOptions } from 'vitest/browser' |
| 2 | import type { BrowserRPC } from '../client' |
| 3 | import { getBrowserState, getWorkerState } from '../utils' |
| 4 |
nothing calls this directly
no test coverage detected