babel-istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests
Last updated 9 years ago by jmcriffey .
BSD-3-Clause · Repository · Bugs · Original npm
$ cnpm install babel-istanbul 
SYNC missed versions from official npm registry.

babel-istanbul - babel + istanbul

Features

  • This package handles coverage for babel generated code by reconciling babel's output and its source map.
  • babel-istanbul is drop-in replacement for istanbul, as it is a fork of istanbul with babel compilation inserted into the instrumentation layer.

Getting started

$ npm install babel-istanbul
  • babel-istanbul is run exactly like istanbul. For specifics on running istanbul, see istanbul's README.

Current Tags

  • 0.7.0                                ...           latest (9 years ago)

1 Versions

  • 0.7.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (16)
Dev Dependencies (7)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org