Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ci(jest): use built-in github action reporter #16109

Merged
merged 2 commits into from
Jun 16, 2022

Conversation

HonkingGoose
Copy link
Collaborator

Changes

  • Replace jest-github-actions-reporter with the Jest 28 built-in GitHub action reporter github-actions 1

Context

Relevant quote: 2

GitHub Actions Reporter

Jest now ships with a reporter to be used on GitHub Actions, which will use annotations to print test errors inline.

You can activate this reporter by passing github-actions in the reporters configuration option.

Closes #15353.

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please tick one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

Footnotes

  1. Jest reporters configuration docs

  2. Jest 28 blog, GitHub Actions reporter

@HonkingGoose HonkingGoose mentioned this pull request Jun 16, 2022
3 tasks
@viceice viceice enabled auto-merge (squash) June 16, 2022 14:08
@rarkins rarkins disabled auto-merge June 16, 2022 16:03
@rarkins rarkins merged commit ffe8cfb into renovatebot:main Jun 16, 2022
@HonkingGoose HonkingGoose deleted the ci/jest-reporter branch June 16, 2022 16:46
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 32.89.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 18, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Jest v28
4 participants