import assert from "node:assert/strict"; import { readFileSync } from "node:fs"; const page = readFileSync(new URL("../src/features/ops/OpsPage.tsx", import.meta.url), "utf8"); assert.match(page, /id: "actions",\s*header: "",\s*width: 72,\s*sticky: "end",\s*resizable: false,\s*align: "right"/); assert.match(page, /