Set up unit testing infrastructure

- Extract slot generation logic into apps/api/src/lib/slots.ts for testability
- Add 8 unit tests covering slot generation edge cases (overlap, multi-groomer, boundary)
- Add @testing-library/react + jsdom to apps/web; configure vitest with jsdom environment
- Add 4 component tests for App navigation rendering and active-link highlighting
- Remove passWithNoTests: true from both vitest configs; add coverage thresholds

Closes #39

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Groom Book CTO
2026-03-18 01:52:36 +00:00
parent 817a76f8d5
commit 71ec6f1d70
10 changed files with 1046 additions and 26 deletions
+1
View File
@@ -0,0 +1 @@
import "@testing-library/jest-dom";