You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: comprehensive tests for refresh tokens, rate limits, proxy, mocks
- Test refreshDiscordToken: success, failure, token rotation, no refresh token (issue #15)
- Test fetchWithRateLimit: 429 response, retry-after parsing, max retries exhaustion (issue #16)
- Test proxy: actual redirect behavior for unauthenticated requests, passthrough
for valid tokens, callbackUrl preservation (issue #17)
- Fix mock types: complete Account/Token objects with all required fields (issue #18)
- Update guilds API test to use getToken() instead of session.accessToken
- Update landing page tests for conditional invite button rendering
- Update header/dashboard-shell/server-selector tests for refactored components
- Add health check endpoint test
- All 82 tests passing, lint clean, build succeeds
0 commit comments