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'm guessing this is due to @testing-library/react requiring version 8.5 of @testing-library/dom, whereas @testing-library/cypress requires version 8.1 - so maybe bumping the dependencies of the library?
The text was updated successfully, but these errors were encountered:
Bumping this issue, we cannot use this lib as a lot of our React / Jest tests are breaking if we try to install it. (we use RTL v14.0.0)
=> Found "@testing-library/[email protected]"
info Reasons this module exists
- "@testing-library#cypress" depends on it
- Hoisted from "@testing-library#cypress#@testing-library#dom"
info Disk size without dependencies: "3.84MB"
info Disk size with unique dependencies: "6.65MB"
info Disk size with transitive dependencies: "7.18MB"
info Number of shared dependencies: 19
=> Found "@testing-library/react#@testing-library/[email protected]"
info This module exists because "@testing-library#react" depends on it.
info Disk size without dependencies: "2.96MB"
info Disk size with unique dependencies: "5.77MB"
info Disk size with transitive dependencies: "6.3MB"
info Number of shared dependencies: 19
Done in 0.98s.
cypress-testing-library
version: 9.0.0 (but also tested back to 6.0.7)node
version: 18.9.0npm
(oryarn
) version: yarn v1.22.19Relevant code or config
What you did:
After installing @testing-library/cypress, multiple unit tests written in @testing-library/react started to break.
What happened:
Prior to installing, the following unit test worked:
After installing, I get the following error
Suggested Solution:
I'm guessing this is due to @testing-library/react requiring version 8.5 of @testing-library/dom, whereas @testing-library/cypress requires version 8.1 - so maybe bumping the dependencies of the library?
The text was updated successfully, but these errors were encountered: