| 1 | import { expect, test } from "bun:test" |
| 2 | import { RGBA, type CliRenderer, type TerminalColors } from "@opentui/core" |
| 3 | import { RUN_THEME_FALLBACK, generateSystem, resolveRunTheme, resolveTheme } from "@/cli/cmd/run/theme" |
| 4 |
nothing calls this directly
no test coverage detected