mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 12:29:40 +02:00
Unit tests (vitest): - useEventDragDrop.test.ts: 7 tests (idle state, drag start, resize start, cancel, hasMoved reset, getResizePreviewTime, preview positions) - useTaskDragDrop.test.ts: 5 tests (idle state, drag start, resize start, cancel, preview position calculation) - useDragToCreate.test.ts: 4 tests (idle state, guard when other op active, cancel, preview time format) E2E tests (playwright): - week-view-interactions.spec.ts: 7 tests covering drag-to-create (click, drag with time range, escape cancel), event card positioning, current time indicator, day headers, and today highlighting All 116 unit tests passing across 12 test files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| auth.spec.ts | ||
| calendar-views.spec.ts | ||
| calendars.spec.ts | ||
| events.spec.ts | ||
| settings.spec.ts | ||
| week-view-interactions.spec.ts | ||