-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module node_modules/@testing-library/jest-dom/dist/index.mjs
Did you mean to import "lodash/isEqualWith.js
#647
Comments
Several of the distribution files (in An example from
In my project's |
before the library owners fix this, this is what you can do:
|
My compatriot figured out the quick solution is to use the latest
|
This has been resolved in #642 :) |
@testing-library/react
version: ^16.0.1Vitest config
What you did:
Everything was working well and without updating the dependencies, I started seeing this error.
What happened:
Reproduction:
npm run test
where test a script in the package json :Problem description:
It seems an internal issue with the package itself
Suggested solution:
The text was updated successfully, but these errors were encountered: