import { readFileSync } from "node:fs"; import { resolve } from "node:path"; import { describe, expect, it } from "vitest"; describe("index.html", () => { it("keeps browser zoom available", () => { const html = readFileSync(resolve(process.cwd(), "index.html"), "utf8"); const viewport = html.match(/