import { readFileSync } from "node:fs"; function assert(condition, message) { if (!condition) throw new Error(message); } const source = readFileSync( new URL("../src/features/organizations/OrganizationsPage.tsx", import.meta.url), "utf8" ); const styles = readFileSync( new URL("../src/styles/organizations.css", import.meta.url), "utf8" ); assert(source.includes("ExplorerTree,"), "Organizations imports the central ExplorerTree"); assert(source.includes("