Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 440 Bytes

Deprecation notice: this example repo is no longer the way to use the latest istanbul APIs.

see: https://istanbul.js.org/docs/tutorials/es2015/

sample-babel-node

Example of using istanbul for coverage with babel in node.

Demonstrates HTML reports that show coverage on original JS (ES2015) files as opposed to the transpiled ES5 versions.

$ npm install
$ npm test
$ open coverage/lcov-report/index.html