blanket icon indicating copy to clipboard operation
blanket copied to clipboard

Running Jasmine Code Coverage using command Line

Open parth-intel opened this issue 7 years ago • 0 comments

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

parth-intel avatar Aug 18 '17 05:08 parth-intel