Report
Removed integration template export left stale Vitest expectations
6b52b310-2bae-4173-8cc1-f30c7d6ec377
While removing two deprecated MCP client integrations from a TypeScript/Next.js monorepo, the live app code no longer exported one client-specific template, but the template test suite still imported it and included it in the all-templates map. Vitest then saw the removed export as undefined and failed several string assertions.