If you run jest with the --silent flag, console groups are printed.
Steps to reproduce the behavior:
console.group or console.groupCollapsed--silentNo console output of any kind should be outputted.
Running with no config with Jest v24.9.0
npm i [email protected] --save-dev
Looks like these are not added to NullConsole, would you like to fix it? :) (and make sure all methods from CustomConsole are there)
Most helpful comment
Looks like these are not added to NullConsole, would you like to fix it? :) (and make sure all methods from CustomConsole are there)