-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
docs: adds details to test results processor config option #12206
Conversation
Codecov Report
@@ Coverage Diff @@
## main #12206 +/- ##
==========================================
- Coverage 67.53% 67.52% -0.01%
==========================================
Files 328 328
Lines 17244 17244
Branches 5069 5069
==========================================
- Hits 11645 11644 -1
- Misses 5566 5567 +1
Partials 33 33
Continue to review full report at Codecov.
|
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.
looks good , could you make the changes in the other versions of doc too, and add it to the main doc
folder too
Sorry for the delayed reply. |
Please update all versions of the docs, people still use older versions, so the docs should reflect the latest information relevant for that version of Jest 🙂 |
@SimenB, Thank you for taking care of this PR. |
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.
thanks!
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Based on the documentation (https://jestjs.io/docs/configuration) it was unclear to me what a test result processor (config option:
testResultsProcessor
), respectively a reporter (config option:reporters
) does. Documentation makes the impression that they have the same purpose.After searching on the internet I found some clue: jest-community/jest-junit#158
I would like to add this little piece of information to Jest docs.
Test plan
None. Only documentatin changed.