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(query-graphql): improve console.log mock implementation in integration tests
- Replace global console.log override with jest.spyOn() for safer mocking
- Use mockRestore() instead of manual restoration for better cleanup
- Remove unnecessary originalLog variable declaration
- Keep optional debug output comment for development flexibility
This addresses the code review feedback about avoiding global console.log override
which could interfere with test output and debugging while following Jest best practices.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments