console.log statements output nothing at all in Jest. This was working for me yesterday, and all of sudden, it\'s not working today. I have made zero changes to
console.log
Check for your command line flags in package.json to see that you don't have --silent in there.
package.json
--silent