Major test infrastructure improvements across the platform: - Remove @conversation-assistant from main codebase (moved to separate repo) - Migrate @service-registry packages from Jest to Vitest - Add SWC plugin for NestJS decorator metadata support in tests - Fix FlexibleAuthGuard to read class-level @AuthMethods decorator - Add overrideGuard() pattern for proper DI in integration tests - Fix timer mocking patterns (vi.advanceTimersByTimeAsync) - Add reflect-metadata imports to NestJS test files - Update test expectations for JWT-only endpoints Test results: 26/27 packages passing - @service-registry/client: 20/20 tests passing - @service-registry/backend: 197/197 tests passing - status-dashboard-server: 277/333 passing (DI issue in integration tests) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| src | ||
| test | ||
| DEPLOYMENT.md | ||
| index.html | ||
| NGINX_CONFIG.md | ||
| package.json | ||
| playwright.config.ts | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||