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: disable jest-console-group-reporter for Jest 29 compat
The reverted commits had disabled this reporter due to a crash in
SummaryReporter.onRunComplete caused by jest-console-group-reporter@1.1.1
pulling in @jest/reporters@^30 (which expects testPathPatterns) while the
project runs Jest 29 (which uses testPathPattern). Restore that fix.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments