| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { configuration, parseExtraHeaders } from '@/configuration' |
| 3 | import { buildHubRequestHeaders, buildSocketIoExtraHeaderOptions } from './hubExtraHeaders' |
| 4 |
nothing calls this directly
no test coverage detected