Replace globstar (bash 4.0+) with find for portability.
macOS ships with bash 3.2 which doesn't support globstar.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use globstar for recursive matching and support both *.spec.ts
and *.test.ts patterns in any subdirectory.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>