| 1 | import { render } from "@testing-library/react"; |
| 2 | import { describe, expect, it } from "vitest"; |
| 3 | import { StreamHtml } from "../src/streamhtml"; |
| 4 | import { configureSanitizer } from "../src/sanitize"; |
nothing calls this directly
no test coverage detected