-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Update jsdom & drop obsolete workarounds #2153
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
Comments
mgol
added a commit
to mgol/jquery
that referenced
this issue
Mar 20, 2015
The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes jquerygh-2153 Closes jquerygh-2154
mgol
added a commit
to mgol/jquery
that referenced
this issue
Mar 25, 2015
The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes jquerygh-2153 Closes jquerygh-2154
mgol
added a commit
to mgol/jquery
that referenced
this issue
Mar 30, 2015
The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes jquerygh-2153 Closes jquerygh-2154
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently test on jsdom
1.5.x
. The latest version supporting Node.js is3.1.2
, we should test on that. For example, in jsdom3.1.2
a document created viadocument.implementation.createHTMLDocument( "" )
has a body.The text was updated successfully, but these errors were encountered: