mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 12:13:43 -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) {
|
setupNodeEvents(on, config) {
|
||||||
//
|
//
|
||||||
},
|
},
|
||||||
specPattern:
|
specPattern: './{test,modules/**/test}/frontend/**/*.spec.{js,ts,tsx}',
|
||||||
'./{test,modules/**/test}/frontend/components/**/*.spec.{js,ts,tsx}',
|
|
||||||
},
|
},
|
||||||
retries: {
|
retries: {
|
||||||
runMode: 3,
|
runMode: 3,
|
||||||
|
|
Loading…
Reference in a new issue