-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Regression in Jest with jsdom #10492
Comments
I'm bisecting to figure out what is going on here. Will post updates in the comment as edits edit 1: Looks like the commit that broke everything was 524f693 the original PR: #10227 /cc @bnoordhuis |
addaleax
added a commit
to addaleax/node
that referenced
this issue
Jan 20, 2017
This reverts commit 524f693. Fixes: nodejs#10806 Fixes: nodejs#10492 Ref: nodejs#10227
targos
pushed a commit
that referenced
this issue
Jan 28, 2017
This reverts commit 524f693. Fixes: #10806 Fixes: #10492 Ref: #10227 PR-URL: #10920 Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
italoacasas
pushed a commit
to italoacasas/node
that referenced
this issue
Jan 30, 2017
This reverts commit 524f693. Fixes: nodejs#10806 Fixes: nodejs#10492 Ref: nodejs#10227 PR-URL: nodejs#10920 Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
italoacasas
pushed a commit
to italoacasas/node
that referenced
this issue
Jan 30, 2017
This reverts commit 524f693. Fixes: nodejs#10806 Fixes: nodejs#10492 Ref: nodejs#10227 PR-URL: nodejs#10920 Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro:
./jest
Two tests will fail on 7.3.0 that did not fail using 7.2.0. The concrete bug is when using
--env=jsdom
with Jest,console.log
calls from a jsdom's vm context will not be printed any more for some reason. There is a PR in Jest to fix this: jestjs/jest#2457 but I'd like to first understand what regression in node caused this and whether this is a bug in node or an expected change.Failed tests that expect "console.log" output to be present with the jsdom environment:
The text was updated successfully, but these errors were encountered: