Files
“BeeRad” 545dc6e2e8 fix: port search and dimension safety guardrails
- enforce canonical dimensions across app and MCP surfaces
- prioritize title-first node search in UI and query tools
- add regression tests for ranking and dimension validation
2026-03-23 10:47:18 +11:00

6 lines
87 B
TypeScript

import { afterEach, vi } from 'vitest';
afterEach(() => {
vi.restoreAllMocks();
});