We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bdd94 commit 297d6b4Copy full SHA for 297d6b4
1 file changed
TODO.md
@@ -47,7 +47,7 @@
47
48
## Technical Debt
49
- [x] Code-split Firebase to reduce bundle size — chunks exceed 500KB after minification (currently 680KB), use dynamic imports
50
-- [ ] Add E2E tests with Playwright
+- [x] Add E2E tests with Playwright — 15 auth-page smoke tests (PR #53)
51
- [x] Increase test coverage to 80%+ for branches/functions — 88% stmts, 82% branches, 86% functions, 90% lines (516 tests)
52
- [x] Increase PhotoCapture test coverage — from 38.2% to 96.6% statements / 100% functions (PR #52)
53
- [x] Extract GEAR_TYPE_LABELS and SPORT_LABELS to a shared constants file — moved to `src/constants/labels.ts` (PR #51)
0 commit comments