Simen Bekkhus
Simen Bekkhus
@ZauberNerd sorry about the long delay - available in https://github.com/jest-community/jest-runner-eslint/releases/tag/v2.0.0
@alunny ping
@LinusU thoughts on this? 🙂
This is one of those I'd love to hear @bcoe's thoughts 👀
Tests should definitely not run if `before*` fails. Whether or not `after*` should run is probably a separate discussion
> Added a PR as an attempt to fix this. 🎉 > Also, please note that the `messageParent` error mentioned above is due to [this line](https://github.com/facebook/jest/blob/245a58278ce189019e4af3537b0f987bf9ff210e/packages/jest-worker/src/workers/messageParent.ts#L33) which swallows the real...
The fix for this will be reverted (#11172) as it caused other serialization issues. Might need to use a custom json serializer, yeah
Thanks for digging @g2guy-aefxx! Do you think this could be patched in JSDOM? So it would pass in its own vm's `Date.now()` instead of the global one?
Would you be up for submitting a PR to jsdom doing so?
I'm happy to take a PR outlining this issue. 👍 --- In Jest itself we've made lots of `import`s lazy to avoid this issue, but doing across the entire codebase...