MCPcopy Create free account
hub / github.com/ShipSecAI/studio / useTerminalStream.test.ts

File useTerminalStream.test.ts

frontend/src/hooks/__tests__/useTerminalStream.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'bun:test';
2import { mergeTerminalChunks } from '../useTerminalStream';
3
4const buildChunk = (index: number) => ({

Callers

nothing calls this directly

Calls 2

mergeTerminalChunksFunction · 0.90
buildChunkFunction · 0.85

Tested by

no test coverage detected