import { describe, expect, it } from "vitest"; import { arrayToHtmlList, toHtmlDescription } from "./html"; describe("toHtmlDescription", () => { it("returns empty string when no inputs provided", () => { expect(toHtmlDescription()).toBe(""); }); it("returns just

with summary when no highlights", () => { expect(toHtmlDescription("Summary here")).toBe("

Summary here

"); }); it("returns just