| 1 | import assert from "node:assert/strict"; |
| 2 | import { describe, it, mock } from "node:test"; |
| 3 | import { EventEmitter } from "node:events"; |
| 4 | import { SessionManager } from "../session-manager.js"; |
nothing calls this directly
no test coverage detected