| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { formatAssistantHeader, formatMessage, formatPart, formatTranscript } from "../../src/util/transcript" |
| 3 | import type { AssistantMessage, Part, Provider, UserMessage } from "@opencode-ai/sdk/v2" |
| 4 |
nothing calls this directly
no test coverage detected