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
refactor(test): move reauthenticate missing-credentials test into SessionTest
Replaces the standalone ReauthenticationTest file with a single focused
test in the existing SessionTest suite. Calls reauthenticate() directly
(no API stack needed) — after beforeEach Onyx.clear(), NetworkStore
credentials are null, which is the exact condition the fix guards against.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments