| 1 | import { afterEach, expect, test } from "bun:test" |
| 2 | import type { ToolPart } from "@opencode-ai/sdk/v2" |
| 3 | import { RGBA, SyntaxStyle } from "@opentui/core" |
| 4 | import { MockTreeSitterClient, createTestRenderer, type TestRenderer } from "@opentui/core/testing" |
nothing calls this directly
no test coverage detected