blanket
blanket copied to clipboard
Running Jasmine Code Coverage using command Line
Blanket JS with Mocha runs with a simple command:
mocha --require blanket
But how do I run Jasmine based test cases with a command?
The only example I came across is a browser based one: https://github.com/alex-seville/blanket/tree/master/test/jasmine