mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
4c01cdacb5
commit
f8ddacafd0
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue