MCPcopy
hub / github.com/codeaashu/claude-code / session-manager.test.ts

File session-manager.test.ts

src/server/web/__tests__/session-manager.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from "node:assert/strict";
2import { describe, it, mock } from "node:test";
3import { EventEmitter } from "node:events";
4import { SessionManager } from "../session-manager.js";

Callers

nothing calls this directly

Calls 6

createMockPtyFunction · 0.85
createMockWsFunction · 0.85
emitMethod · 0.80
createMethod · 0.65
parseMethod · 0.45
destroyAllMethod · 0.45

Tested by

no test coverage detected