Closed
Description
- Version: 7.3.0
- Platform: mac os
Repro:
- clone https://github.com/facebook/jest
- yarn install
./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: