I\'m using jest and enzyme with my create-react-app project. When I run npm test, I get an output that shows the names of the test files that passed but I\'d like t
npm test
The --verbose flag sounds like it might do what you are looking for. According to the docs, it displays individual test results.
--verbose