-
Notifications
You must be signed in to change notification settings - Fork 258
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
Bug: Cannot find module '@vue/server-renderer' #2218
Labels
bug
Something isn't working
Comments
Have you installed the following packages?
|
yes |
|
oddly tests still fail with the same error |
Ok, this is a duplicate of #2107 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm using these dependencies for testing
"@testing-library/jest-dom": "^5.16.5", "@testing-library/vue": "^6.6.1", "@vue/test-utils": "^2.2.6", "@vue/vue3-jest": "^29.2.2", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1",
When running
yarn test
I'm receiving this error`
Test suite failed to run
`
To Reproduce
working on creating minimum stack blitz repo
Expected behavior
I'm not doing any server side rendering or testing. I would not expect '@vue/server-renderer' to be referenced at all
The text was updated successfully, but these errors were encountered: