companion/@applications/web
Natalie 40da777d4d test(companion): add unit tests for http client, fetchJson, and session recovery
Cover pure-logic modules that previously had no tests:
- companion-client CompanionHttpClient: baseUrl normalization, SSE chat
  stream parsing (chunk-boundary reassembly, malformed-line skipping,
  callbacks), createSession/deleteSession request shape + error paths.
- web lib/api: ApiError construction and fetchJson success/error/empty-body
  handling.
- web sessionRecovery: createSession body shaping and the 404-driven
  chat recovery flow including concurrent-recovery dedup and AbortError
  passthrough.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 15:19:02 -04:00
..
dist wip: travel backup — uncommitted features and build artifacts 2026-04-12 11:24:15 -07:00
public ui(web): 💄 Update PWA assets and manifest with new icons, theme colors, and proper registration for device installation 2026-04-08 21:10:26 -07:00
src test(companion): add unit tests for http client, fetchJson, and session recovery 2026-06-30 15:19:02 -04:00
.env.development chore(web): 🔧 Update Vite config and development environment variables 2026-04-02 21:44:53 -07:00
index.html ui(web): 💄 Update PWA assets and manifest with new icons, theme colors, and proper registration for device installation 2026-04-08 21:10:26 -07:00
package.json deps-upgrade(web): ⬆️ Update web dependencies to latest versions in root and @applications/web packages 2026-04-09 23:13:33 -07:00
tsconfig.json perf(web): Optimize Vite build performance by configuring optimizeDeps and TypeScript path resolution for faster dependency resolution 2026-04-08 21:10:26 -07:00
tsconfig.sw.json feat(errors): Introduce session recovery logic with Service Worker caching for expired sessions and failed auth attempts 2026-04-08 21:10:26 -07:00
vite.config.ts fix(@projects): 🐛 update local network domains to lan 2026-06-10 03:15:37 -07:00
vitest.config.ts arch(applications): 🏗️ Refactor application imports and file structure 2026-04-01 23:54:15 -07:00