import assert from "node:assert/strict"; import fs from "node:fs"; import path from "node:path"; import test from "node:test"; const source = fs.readFileSync(path.resolve("app/(app)/validations/quick-start/page.tsx"), "utf8"); test("quickstart renders selectable location and contact controls", () => { assert.match(source, /function SelectionCard/); assert.match(source, /label="Standort"/); assert.match(source, /label="Ansprechpartner"/); assert.match(source, /