| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import { closeOpenTags, rehtml, stripIncompleteTag } from "../src/rehtml"; |
| 3 | import { SVG_BAR_CHART, SVG_LINE_CHART } from "./fixtures/visual-html"; |
| 4 | import { streamSnapshots } from "./helpers/simulate-stream"; |
nothing calls this directly
no test coverage detected