Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Repro here: https://github.com/gsteacy/jest-bug-repro. Running npm test -- --no-cache is sufficient.
When Jest is running multiple test suites in parallel it does not show colours in the diffs for failed tests. Running the test again with npm test -- --no-cache -i so that they run serially will show the colours. Also, running the same tests on Node 8 works as expected.

What is the expected behavior?
Diff is coloured

Please provide your exact Jest configuration
Defaults
Run npx envinfo --preset jest in your project directory and paste the
results here
System:
OS: Windows 8.1
CPU: x64 Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
Binaries:
Node: 6.13.1
Yarn: 1.3.2
npm: 3.10.10
npmPackages:
jest:
wanted: ^22.4.2
installed: 22.4.2
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Repro here: https://github.com/gsteacy/jest-bug-repro. Running
npm test -- --no-cacheis sufficient.When Jest is running multiple test suites in parallel it does not show colours in the diffs for failed tests. Running the test again with
npm test -- --no-cache -iso that they run serially will show the colours. Also, running the same tests on Node 8 works as expected.What is the expected behavior?
Diff is coloured
Please provide your exact Jest configuration
Defaults
Run
npx envinfo --preset jestin your project directory and paste theresults here