How to log individual "it" tests rather than just "describe"
banderberg opened this issue · 1 comments
banderberg commented
When I run my Jasmine unit tests with karma spec reporter, in the logs I only see the text from Jasmine describes, but I would like to also see the text from the its.
How can I do this?
tmcgee123 commented
This is likely user error, closing