Add comprehensive test coverage for drag/drop, deck builder components, and pages: TEST-017: Drag/drop edge cases (17 tests) - Expand useDragDrop.spec.ts with edge case coverage - DataTransfer fallback, touch events, invalid JSON handling - Multiple drop targets and validation rules TEST-018: Deck builder edge cases (75 tests) - DeckActionButtons.spec.ts: save/cancel states, validation (19 tests) - DeckHeader.spec.ts: name input, special chars, rapid typing (18 tests) - DeckCardRow.spec.ts: quantity stepper, drag/drop integration (38 tests) TEST-019: Page tests (44 tests) - HomePage.spec.ts: auth states, navigation, accessibility (18 tests) - CampaignPage.spec.ts: placeholder rendering, layout (8 tests) - MatchPage.spec.ts: connection states, routing, cleanup (18 tests) All 138 tests passing. Week 5 testing backlog complete. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| project_plans | ||
| public | ||
| src | ||
| .env.development | ||
| .env.production | ||
| .gitignore | ||
| CLAUDE.md | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| PROJECT_PLAN_FRONTEND.json | ||
| PROJECT_PLAN_TEST_COVERAGE.json | ||
| README.md | ||
| TEST_COVERAGE_PLAN.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.