mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

The intent of default test match is allowing `example.spec.ts` and `example.test.ts` files. However, it was also matching `test.example.ts` that should not be considered a test by default. Fixes #21979.