maxkostow / 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 and browser tests. Built for scale.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 copy of istanbul with babel compilation inserted into the instrumentation layer.
  • There are also a few special flags for helping with babel compilation.

Getting started

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

Special flags

  • There are no longer any special flags for babel. Use a .babelrc file for babel configuration.

About

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 and browser tests. Built for scale.

License:Other


Languages

Language:JavaScript 97.9%Language:HTML 1.0%Language:CSS 1.0%Language:Shell 0.1%