| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import type { AudioPlayOptions, AudioSound } from "@opentui/core" |
| 3 | import { createTuiAttention } from "@opencode-ai/tui/attention" |
| 4 | import type { TuiConfig } from "@opencode-ai/tui/config" |
nothing calls this directly
no test coverage detected