| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { getEventBus } from '../../core/container.js'; |
| 3 | import { AccessAuthService } from '../../services/access-auth.service.js'; |
| 4 | import { ClientEvents, ServerEvents } from '../events.js'; |
nothing calls this directly
no test coverage detected