Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSA: you can use mocha with istanbul directly #7

Open
rstacruz opened this issue Jul 6, 2015 · 0 comments
Open

PSA: you can use mocha with istanbul directly #7

rstacruz opened this issue Jul 6, 2015 · 0 comments

Comments

@rstacruz
Copy link

rstacruz commented Jul 6, 2015

Istanbul supports mocha directly. Just run:

istanbul cover _mocha

or with arguments:

istanbul cover _mocha -- -R spec

See gotwarlost/istanbul#44 (comment) for info.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant