MCPcopy
hub / github.com/claude-code-best/claude-code / SSHSessionManager.test.ts

File SSHSessionManager.test.ts

src/ssh/__tests__/SSHSessionManager.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, mock, beforeEach } from 'bun:test'
2import { debugMock } from '../../../tests/mocks/debug'
3
4mock.module('src/utils/debug.ts', debugMock)

Callers

nothing calls this directly

Calls 10

createMockSubprocessFunction · 0.85
createMockOptionsFunction · 0.85
simulateExitFunction · 0.85
writeToStdoutFunction · 0.70
connectMethod · 0.65
isConnectedMethod · 0.65
disconnectMethod · 0.65
sendMessageMethod · 0.65
sendInterruptMethod · 0.65

Tested by

no test coverage detected