import assert from "node:assert/strict"; import { readFile } from "node:fs/promises"; import { join } from "node:path"; import test from "node:test"; const leadsReviewPath = join( process.cwd(), "components", "leads", "leads-review-table.tsx", ); test("LeadsReviewTable uses compact card summaries with modal review details", async () => { const source = await readFile(leadsReviewPath, "utf8"); assert.doesNotMatch(source, /