| 1 | import { expect, test } from 'vitest' |
| 2 | import { instances, runInlineBrowserTests } from './utils' |
| 3 | |
| 4 | test('prepare waits until the tester can receive browser channel events', { timeout: 5000 }, async () => { |
nothing calls this directly
no test coverage detected