Skip to content
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

Update jest-diff to remove colors from no diff message #173

Merged
merged 1 commit into from
Jun 28, 2020

Conversation

alistairjcbrown
Copy link
Contributor

@alistairjcbrown alistairjcbrown commented Jun 24, 2020

Updates to the latest jest-diff which now supports removing color codes
from "no visual difference" message. A test has been added to confirm
this and prevent regressions in the future.

This is a follow-on PR from PR #123.
There is a dependabot PR already up for this bump (PR #170) and other jest dependencies, but this PR includes a test for when there is no difference. These PRs should close automatically once this lands.

Fixes #129

Copy link
Member

@thymikee thymikee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 can we update all other Jest deps to 26.1 as well? :)

Updates to the latest jest-diff which now supports removing color codes
from "no visual difference" message. A test has been added to confirm
this and prevent regressions in the future. All jest packages in use
have been updated as part of this commit.

Fixes jest-community#129
@SimenB SimenB requested a review from thymikee June 28, 2020 09:18
@thymikee thymikee merged commit 39f392c into jest-community:master Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.8.0 has ansi escape codes
2 participants