You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mocha-istanbul

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-istanbul

Istanbul code coverage reporter for Mocha

0.3.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

mocha-istanbul

Mocha reporter to generate coverage report of istanbul instrumented code.

Usage

  • Install istanbul, mocha and mocha-istanbul
  • Instrument your code using istanbul
  • Make your tests to use the instrumented code (see COA library as an example)
  • Run mocha using mocha-istanbul as a reporter
  • Use the environment variable ISTANBUL_REPORTERS to specify a comma separated list of istanbul reports. By default ISTANBUL_REPORTERS=text-summary,html

Keywords

mocha

FAQs

Package last updated on 20 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts