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

Sample babel project to demonstrate source mapped coverage reports with istanbul

Notifications You must be signed in to change notification settings

istanbuljs/sample-babel-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample babel project to demonstrate source mapped coverage reports with istanbul

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published