Vue2 Jest tests failing after updating package #4729
Unanswered
MichaelAmorim4
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have the same
beforeAll
andafterAll
as the example tests here https://socket.io/docs/v4/testing/#example-with-jestI am upgrading
socket.io-clients
package on an old vue project to "^4.5.0" from "4.1.2" and the tests now run into a timeout issue in thebeforeAll
function and sayWhat is the solution to this problem? Even just creating a new file with the exact code from the example test fails with the same error.
Beta Was this translation helpful? Give feedback.
All reactions