mocha-istanbul icon indicating copy to clipboard operation
mocha-istanbul copied to clipboard

PSA: you can use mocha with istanbul directly

Open rstacruz opened this issue 9 years ago • 0 comments

Istanbul supports mocha directly. Just run:

istanbul cover _mocha

or with arguments:

istanbul cover _mocha -- -R spec

See https://github.com/gotwarlost/istanbul/issues/44#issuecomment-16093330 for info.

mocha-istanbul exists so that you can use mocha's HTML coverage reporters with istanbul.

rstacruz avatar Jul 06 '15 01:07 rstacruz