| 1 | import { BroadcastChannel, Worker } from 'node:worker_threads' |
| 2 | import path from 'node:path' |
| 3 | import { describe, expect, it, onTestFinished } from 'vitest' |
| 4 | import type { HotChannel, HotChannelListener, HotPayload } from 'vite' |
nothing calls this directly
no test coverage detected