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
Error: Cannot find package 'vitest' imported from /path/to/project/ui/node_modules/.pnpm/@[email protected]/node_modules/@testing-library/jest-dom/dist/vitest.mjs
Suggested solution:
vitest is declared in the devDependencies of @testing-library/jest-dom but it must be declared in the dependencies or peerDependencies because @testing-library/jest-dom/dist/vitest.mjs is importing vitests expect at test run time.
The text was updated successfully, but these errors were encountered:
@testing-library/jest-dom
version: 6.6.3node
version: v22.13.1jest
(orvitest
) version: 3.0.5npm
(oryarn
) version: [email protected]Relevant code or config:
What you did:
Tried running tests.
What happened:
Suggested solution:
vitest
is declared in thedevDependencies
of@testing-library/jest-dom
but it must be declared in thedependencies
orpeerDependencies
because@testing-library/jest-dom/dist/vitest.mjs
is importingvitest
sexpect
at test run time.The text was updated successfully, but these errors were encountered: