We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently our package json has a resolution for an earlier version of [nwsapi](https://github.com/dperini/nwsapi)
[nwsapi](https://github.com/dperini/nwsapi)
We need this currently so that the identity test to open the modal works.
The bug looks like this when we use v2.2.4 (latest version) of nwsapi (dependency of jsdom):
We should not need this resolution once there is a bugfix released. (new version of nwsapi that fixes the issue.)
We should not see the modal test fail.
Jest, jsdom
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
Currently our package json has a resolution for an earlier version of
[nwsapi](https://github.com/dperini/nwsapi)
We need this currently so that the identity test to open the modal works.
The bug looks like this when we use v2.2.4 (latest version) of nwsapi (dependency of jsdom):
Expected Behavior
We should not need this resolution once there is a bugfix released. (new version of nwsapi that fixes the issue.)
We should not see the modal test fail.
Steps To Reproduce
Environment
Jest, jsdom
Anything else?
The text was updated successfully, but these errors were encountered: