Files
cypress/system-tests/projects/migration-e2e-custom-test-files-array/cypress.json
T
Lachlan Miller faba531c64 fix: handle testFiles array in migration (#25969)
* handle testFiles as array

* update project

* macos build

* use castArray
2023-03-01 11:25:36 +10:00

7 lines
64 B
JSON

{
"testFiles": [
"**/*.test.js",
"**/*.spec.js"
]
}