Files
superset2/superset-frontend
Claude Code 2bc72bc634 refactor(test): consolidate mock teardown into afterEach for reliable cleanup
Moves jest.restoreAllMocks() and ClipboardItem deletion from per-test
inline calls to a shared afterEach, so global state is always restored
even when an assertion throws mid-test.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 15:21:37 -07:00
..