| 1 | /** @jsxImportSource @opentui/solid */ |
| 2 | import { expect, test } from "bun:test" |
| 3 | import { BoxRenderable, RGBA, type RootRenderable } from "@opentui/core" |
| 4 | import { testRender, useRenderer } from "@opentui/solid" |
nothing calls this directly
no test coverage detected