I'm using jasmine-node
with frisby
when I run my tests all I get in the terminal output is red and green dots, I want to see a checklist of all the specs and whether they passed or failed similar to Mocha and Chai.
Any ideas on how to get this desired output from Jasmine?