Skip to content
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

changes to make compatible with jsdom 2.0.0-4.0.1 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeffbski
Copy link

@jeffbski jeffbski commented Mar 3, 2015

When trying to use the code with jsdom v3 or v4, I found that I needed to make some small changes to the setup code.

I also back tested the code against [email protected] and it works as well, so it would appear to be safe to switch to this for better compatibility with newer versions.

global.navigator was needed when I started testing with events, so I included it as well.

When trying to use the code with jsdom v3 or v4, I found that I needed to make some small changes to the setup code.

I tested the code against 2.0.0 and it works as well, so it would appear to be safe to switch to this for better compatibility with newer versions.

global.navigator was needed when I started testing with events.
@zebulonj
Copy link

zebulonj commented Jun 3, 2015

+1

Recommend merging this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants