Simen Bekkhus
Simen Bekkhus
If `beforeEach` fails, the test should not run regardless of the `bail` flag. That's supposed to be the behaviour of Circus, but that's apparently broken (I'm on mobile, hard to...
Happy to just delete the articles, if you're up for sending a PR
Duplicate of https://github.com/jestjs/jest/pull/15089#issuecomment-2133466635 et.al.
Correct, however I'll probably publish a package for v24 for those that don't need node 16
Solution to this is probably for Jest to intercept `process.stdout` in the same way it does `console.*`. That way we can send the output to a reporter who can print...
Thanks! Can you add a test and a changelog entry?
https://github.com/jestjs/jest/releases/tag/v30.0.0-alpha.6
https://github.com/jestjs/jest/releases/tag/v30.0.0-alpha.6
Unless it makes sense to configure for some projects run by Jest and not others, it should be `GlobalConfig`.
Does that mean I can go ahead and merge this @DmitryMakhnev? 🙂