/** * Bundle-weight CI gate. * * The Graph view ships a vendored Cytoscape renderer (~482 KB) plus a * per-report view-model JSON blob. These assertions fail CI if either * grows past the Phase 0 budget, so a careless dependency bump or schema * bloat is caught before it lands in every generated report. * * Budgets (Phase 0 §1 / §4.5): * - vendor bundle raw: <= 600 KB * - vendor + view emitter JS: <= 650 KB (BUDGET_KB + 50, accounts for * view-graph.ts's own emitted JS string) * - view-model JSON per element: within the §4.5 per-node/edge estimates */ export {}; //# sourceMappingURL=dashboard-bundle-weight.test.d.ts.map