We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is more to note the regression than an issue to can be solved in this repo, other than rolling back the PR - looks like some of the diff output messages aren't controlled by the color options - https://github.com/facebook/jest/blob/4bd3d4a05999170f423f7050d4e0537648499e88/packages/jest-diff/src/constants.ts#L10-L11 jest-diff is using chalk.dim directly, rather than making use of the commonColor option which we're turning off when color is set to false (from PR #123).
jest-diff
chalk.dim
commonColor
false
The issue I'm seeing after upgrading is that we're getting a diff with color codes when running Jest normally (no colors when running CI=true)
CI=true
The text was updated successfully, but these errors were encountered:
0.8.0
Sounds like something that should be fixed upstream. Mind sending a PR?
Sorry, something went wrong.
Closing this in favor of #129 :)
No branches or pull requests
This is more to note the regression than an issue to can be solved in this repo, other than rolling back the PR - looks like some of the diff output messages aren't controlled by the color options - https://github.com/facebook/jest/blob/4bd3d4a05999170f423f7050d4e0537648499e88/packages/jest-diff/src/constants.ts#L10-L11
jest-diff
is usingchalk.dim
directly, rather than making use of thecommonColor
option which we're turning off when color is set tofalse
(from PR #123).The issue I'm seeing after upgrading is that we're getting a diff with color codes when running Jest normally (no colors when running
CI=true
)The text was updated successfully, but these errors were encountered: