AI-powered hardware inventory management for homelab environments
- Install vitest, @testing-library/react, jsdom (Rule 3: missing test infra) - Add vitest.config.ts with jsdom environment and @ alias - Add src/test/setup.ts with jest-dom matchers and matchMedia stub - Add CableTestPage.test.tsx: 4 tests (no-tester, recent list, print success, print_skipped) - Mock AppShell to avoid TanStack Router context in tests - All 4 tests pass; npm run build exits 0 |
||
|---|---|---|
| .planning | ||
| cmd/hwlab | ||
| internal | ||
| scripts | ||
| web | ||
| .env.example | ||
| .gitignore | ||
| ai_config.json | ||
| assets.go | ||
| CLAUDE.md | ||
| config.json | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||