I am just getting into js/react testing with Jest. Even though it is supposed to be painless testing it has been a bit painful to me:
In the very beginning of my tests, I used to be able to see each test with a green or red check mark. It was very good visually. Now, I am unable to see the little marks next to the tests and I was wondering if someone could guide to see where in the Jest config I could change this feature.
This is my current display when I run my tests: (no check marks or reference to my specific tests)
Jest only outputs the results of every test when in verbose mode, or when there are tests failing. Try running:
jest --verbose
Alternately you can set the option in jest.config.js.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With