You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the instructions from testing-library, but no matter what I have, eslint seems to reject each and every function (findByRole, findByLabelText, findByText, findByDisplayValue).
Any idea how to get rid of these?
I've added to commands.ts import "@testing-library/cypress/add-commands";
in package.json I have "@testing-library/cypress": "8.0.3",
I've followed the instructions from testing-library, but no matter what I have, eslint seems to reject each and every function (findByRole, findByLabelText, findByText, findByDisplayValue).
Any idea how to get rid of these?
I've added to commands.ts
import "@testing-library/cypress/add-commands";
in package.json I have
"@testing-library/cypress": "8.0.3",
in tsconfig.json
in .eslintrc.json
The text was updated successfully, but these errors were encountered: