MCPcopy Index your code
hub / github.com/callstack/agent-device / replayTestEvent

Function replayTestEvent

src/__tests__/daemon-client-progress.test.ts:100–103  ·  view source on GitHub ↗
(event: RequestProgressEvent | undefined)

Source from the content-addressed store, hash-verified

98}
99
100function replayTestEvent(event: RequestProgressEvent | undefined): ReplayTestProgressEvent {
101 assert.equal(event?.type, 'replay-test');
102 return event as ReplayTestProgressEvent;
103}
104
105test('readDaemonSocketProgressResponse forwards split progress lines before response envelopes', async () => {
106 const socket = createMockSocket();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected