Dantali0n :arch: :i3:<p>The output and filtering options of <a href="https://fosstodon.org/tags/jest" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jest</span></a> are really painful, the test summary is printed at the top and the output is so verbose that it always gets pushed out of the buffer.</p><p>The developers wanted to die on a hill that you should just have more then 20 test suites because that automatically makes the output less verbose and that no control is needed...</p><p><a href="https://github.com/jestjs/jest/issues/3322" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/jestjs/jest/issues/</span><span class="invisible">3322</span></a></p><p>I recommend to do `npm run test > garbage.log` because all the good stuff is pushed to stderr.</p>