learning_ai_notes/mobile/src
saravanakumardb1 dd62d3bf5c test(web+mobile): Playwright E2E scaffold + 23 mobile store tests [C4, B7]
- web: playwright.config.ts + e2e/navigation.spec.ts (7 navigation tests, scaffolded)
- web: exclude e2e/ from tsconfig (playwright not yet installed as dep)
- mobile: notes-store.test.ts (7 tests: hydrate, openNote, saveDraft, updateNote)
- mobile: workspace-store.test.ts (5 tests: hydrate, preserve/reset active, set/clear)
- mobile: inbox-store.test.ts (5 tests: hydrate, approve, reject, unknown id guards)
- mobile: auth-store.test.ts (6 tests: bootstrap, signIn, signOut, failure paths)
- Total: 76 backend, 14 web, 23 mobile = 113 tests
2026-03-19 08:51:36 -07:00
..
api feat(mobile): wire review note input to inbox approve/reject 2026-03-10 19:41:39 -07:00
app feat(mobile): wire review note input to inbox approve/reject 2026-03-10 19:41:39 -07:00
lib feat(platform): wire shared platform packages into mobile + refactor web blob-client (DRY) 2026-03-10 19:29:00 -07:00
store test(web+mobile): Playwright E2E scaffold + 23 mobile store tests [C4, B7] 2026-03-19 08:51:36 -07:00
theme fix(mobile): verify scaffold and tighten tooling 2026-03-10 10:14:22 -07:00
types fix(mobile): verify scaffold and tighten tooling 2026-03-10 10:14:22 -07:00