Merge pull request #10217 from overleaf/ae-cypress-spec-pattern

Update the pattern for matching Cypress test files

GitOrigin-RevId: d41cafe0468da5b124286f2413b065f650241b7e
This commit is contained in:
Alf Eaton 2022-10-28 13:58:11 +01:00 committed by Copybot
parent 4c01cdacb5
commit f8ddacafd0

View file

@ -18,8 +18,7 @@ export default defineConfig({
setupNodeEvents(on, config) {
//
},
specPattern:
'./{test,modules/**/test}/frontend/components/**/*.spec.{js,ts,tsx}',
specPattern: './{test,modules/**/test}/frontend/**/*.spec.{js,ts,tsx}',
},
retries: {
runMode: 3,