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
node -v: v10.12.0
node -v
npm -v: 6.4.1
npm -v
npm ls jest or npm ls react-scripts (if you haven’t ejected): jest@24.8.0
npm ls jest
npm ls react-scripts
your vscode-jest settings if customized:
Operating system: windows 10
npm run test
There is a known issue with jest ouput in tooltip if colors are enabled which can be solved with the --no-color arg (cf #279)
--no-color fixes this issue but it doesn't seem to impact colors from @testing-library/react which colorizes DOM elements on failing tests
Not sure if the issue can be solved from Jest's side only, though
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
node -v
: v10.12.0npm -v
: 6.4.1npm ls jest
ornpm ls react-scripts
(if you haven’t ejected): jest@24.8.0your vscode-jest settings if customized:
Operating system: windows 10
Prerequisite
npm run test
Steps to Reproduce
There is a known issue with jest ouput in tooltip if colors are enabled which can be solved with the --no-color arg (cf #279)
--no-color fixes this issue but it doesn't seem to impact colors from @testing-library/react which colorizes DOM elements on failing tests
Not sure if the issue can be solved from Jest's side only, though
The text was updated successfully, but these errors were encountered: