forked from molecule-ai/molecule-core
- ws-url.test.ts: deriveWsBaseUrl — all 4 priority paths tested: NEXT_PUBLIC_WS_URL (strips /ws suffix), NEXT_PUBLIC_PLATFORM_URL (http→ws, https→wss), window.location (https→wss, http→ws), precedence over lower-priority paths. - statusDotClass.test.ts: all STATUS_CONFIG entries (online/offline/paused/ degraded/failed/provisioning/not_configured), fallback to bg-zinc-500, case-sensitivity, purity. - theme-cookie.test.ts: readThemeCookie — valid values (light/dark/system), undefined/empty fallback, invalid value handling, case-sensitivity, purity. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| app | ||
| components | ||
| hooks | ||
| lib | ||
| store | ||
| stores | ||
| styles | ||
| types | ||
| middleware.ts | ||