score:7

Accepted answer

adding --verbose false will fix the issue.
the test line in package.json should look something like:
"test": "react-scripts test --env=jsdom --verbose=false",

just like console.log statements output nothing at all in jest suggested.

score:17

you can use console.log(wrapper.debug());


Related Query

More Query from same tag