Files
cypress/system-tests/projects/migration-component-testing/cypress.json
T
Alejandro Estrada 123a930831 fix: remove breaking options from testing type on migration (#21437)
* Add failing test

* fix test

* Refactor code

* Update test
2022-05-12 14:30:03 -05:00

8 lines
143 B
JSON

{
"componentFolder": "src",
"supportFile": false,
"component": {
"testFiles": "**/*spec.{js,tsx}",
"componentFolder": "src"
}
}