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
Fix test-mock leakage breaking codex-session and eslint unused import
mock.module for codex/session.js and xai/session.js in
oauth-scope-check.test.ts, and for oauth-scope-check.js in
provider-setup-submit.test.ts, replaced those modules for the whole
bun test process without restoring them, breaking
tests/unit/codex-session.test.ts which imports the real module
directly. Capture the real module before mocking and restore it in
afterAll. Also drops an unused beforeEach import that eslint flagged.
0 commit comments