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
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
27.4.7
Steps to reproduce
node
to replicate a test.
3. run jest
Expected behavior
I expect the test to pass without error as Node now supports MessageEvent
Actual behavior
I get the following error
Additional context
I'm using typescript but the test file still acts the same way in js or ts
Here is my jest config file:
I've checked: jsdom/jsdom#3205 (comment) and #11528
But I don't think that the former applies here and the 2nd one seems like a non-fix as the node environment should fix it?
Environment
The text was updated successfully, but these errors were encountered: