import { readFileSync } from "node:fs"; import { describe, expect, it } from "vitest"; describe("login page when auth status is unavailable", () => { it("keeps the unauthenticated login screen usable without a blocking auth status error", () => { const source = readFileSync(new URL("./LoginPage.tsx", import.meta.url), "utf8"); expect(source).toContain("