import assert from "node:assert/strict"; import { readFileSync } from "node:fs"; import { fileURLToPath } from "node:url"; const pagePath = fileURLToPath(new URL("../src/features/notifications/NotificationCenterPage.tsx", import.meta.url)); const stylesPath = fileURLToPath(new URL("../src/styles/notifications.css", import.meta.url)); const page = readFileSync(pagePath, "utf8"); const styles = readFileSync(stylesPath, "utf8"); assert.match(page, /SelectionList,[\s\S]*SelectionListItem,[\s\S]*from "@govoplan\/core-webui"/); assert.match(page, //); assert.match(page, /