| 1 | // Flags: --permission --allow-fs-read=* --experimental-quic --no-warnings |
| 2 | import { hasQuic, skip, mustNotCall } from '../common/index.mjs'; |
| 3 | import assert from 'node:assert'; |
| 4 | import * as fixtures from '../common/fixtures.mjs'; |
nothing calls this directly
no test coverage detected