import { describe, expect, it } from "vitest"; import { readFileSync } from "node:fs"; import { resolve } from "node:path"; const readIndexHtml = () => readFileSync(resolve(__dirname, "../index.html"), "utf8"); describe("app bootstrap shell", () => { it("renders a lightweight startup placeholder before Vue mounts", () => { const source = readIndexHtml(); expect(source).toContain('