### Page(s) I'm trying to migrate from jest29 to jest30 but my regex is breaking ``` testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(j|t)s?sx?$', ``` how to debug? where in the jest codebase I can see the final glob pattern generated? ### Description Trying to migrate, but regex pattern is breaking