The Sessions management page (frontend/src/components/me/sessions/) currently has no automated tests. This is a critical area for user security (API keys and browser sessions).
Add unit/integration tests for:
- Sessions.jsx: Main layout and section visibility.
- APIaccess.jsx: API key creation, deletion, and visibility toggling.
- SessionList.jsx: Session sorting (current first) and revocation flow.
I'd be happy to work on this @regulartim :)
The Sessions management page (
frontend/src/components/me/sessions/) currently has no automated tests. This is a critical area for user security (API keys and browser sessions).Add unit/integration tests for:
I'd be happy to work on this @regulartim :)