-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(unit): fix re-add jest-silent-reporter
to unit test CI output
#24071
Conversation
319b69c
to
91abf68
Compare
91abf68
to
9faa45c
Compare
Hah ... bit late on that part from my side ... but our jest config actually had already some setup for Lines 54 to 56 in de49182
So maybe we should re-consider a bit passing CLI commands in circleCI config and adjust jest.config case for CI to also concat |
I completely missed that we intentionally switched default reporter to "silent-reporter" (so it only shows failed tests without summary - which is massive with over 3000 tests) and was mentioned in #20457 (review) |
I'll adjust the PR tomorrow to steamline our setup - it is on me for not checking up on jest.config in previous PR :) |
functions: 42, | ||
branches: 43, | ||
}, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we weren't using them anyway and those were just failing because they tried to analyze fixtures - might be good idea to set them up properly with fixture ignore, but that's not in scope of this PR
jest-silent-reporter
to unit test CI output
Description
Documentation
Related Issues