import { readFileSync } from "node:fs"; import { describe, expect, it } from "vitest"; const appSource = readFileSync(new URL("../src/renderer/App.tsx", import.meta.url), "utf8"); const styles = readFileSync(new URL("../src/renderer/styles.css", import.meta.url), "utf8"); describe("account management layout", () => { it("keeps both account tabs inside the same fixed content row", () => { expect(appSource).toContain('