| 1 | import type { BrowserRPC, IframeChannelEvent } from '@vitest/browser/client' |
| 2 | import type { FileSpecification } from '@vitest/runner' |
| 3 | import { channel, client, onCancel } from '@vitest/browser/client' |
| 4 | import { parse } from 'flatted' |
nothing calls this directly
no test coverage detected