MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / rehtml-charts.test.ts

File rehtml-charts.test.ts

tests/rehtml-charts.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import { closeOpenTags, rehtml, stripIncompleteTag } from "../src/rehtml";
3import { SVG_BAR_CHART, SVG_LINE_CHART } from "./fixtures/visual-html";
4import { streamSnapshots } from "./helpers/simulate-stream";

Callers

nothing calls this directly

Calls 4

rehtmlFunction · 0.90
streamSnapshotsFunction · 0.90
stripIncompleteTagFunction · 0.90
closeOpenTagsFunction · 0.90

Tested by

no test coverage detected