-
Notifications
You must be signed in to change notification settings - Fork 38
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
Not implemented: window.alert #25
Comments
It seems, most of the not DOM specific globals are now gone. Things like window.Object also give me undefined now. |
Yeah. Not sure how to resolve this. I wanna test that alert showed up but always getting the not implemented message. |
this is actually a jsdom issue, workaround is here: |
It seems window.Object and window.Math are also not available, so I also had to roll back to jsdom < 10 |
Any updates on this issue? |
After upgrading to the new version of jsdom and jsdom-global I am getting this issue. Code that I am testing has this line inside of it window.alert('Please try again'). It was not a problem until now?
Thanks
The text was updated successfully, but these errors were encountered: