| 1 | import { describe, expect, test } from "bun:test"; |
| 2 | import Html, { PropsWithChildren } from "../../jsx"; |
| 3 | import { renderToString } from "../../jsx/render"; |
| 4 | import { cache } from "../render"; |
nothing calls this directly
no test coverage detected