Closed
Description
Hey, I've got an .eslintrc.js
file at the root of the project that extends plugin:testing-library/react
.
This is working great for Jest test files, however, it is also reporting errors in Cypress test files when using commands like cy.findByText()
or any of the other find commands.
I'm using eslint-plugin-testing-library 3.0.4