| 1 | import { describe, test, expect } from 'bun:test'; |
| 2 | import { parseNDJSON } from './session-runner'; |
| 3 | |
| 4 | // Fixture: minimal NDJSON session (system init, assistant with tool_use, tool result, assistant text, result) |
nothing calls this directly
no test coverage detected