tonetheman's blog

jest tests how to see console.log output

If you want to actually see console log output in a jest test. Which is me almost every time I am working on tests...

Add --silent=false

to the command line that runs the test. Yay.