You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
when running jest --silent --verbose console output is printed
however, when running jest --silent only console output is supressed
well, I'm looking at packages/jest-cli/src/runJest.js now and it seems like this is by design. However, the docs state the following regarding the --verbose option:
Display individual test results with the test suite hierarchy.
Which led me to expect to only see the test "results" not the full console output. If this is indeed the desired behaviour then I will close this bug report.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
when running
jest --silent --verbose
console output is printedhowever, when running
jest --silent
only console output is supressedGitHub repository for to reproduce.
https://github.com/mshibl/jest-silent-issue
What is the expected behavior?
Prevent tests from printing messages through the console when using
jest --silent --verbose
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
The text was updated successfully, but these errors were encountered: