Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 518 Bytes

karma-webpack-babel-coverage

Shows originally ES6 files code coverage report using Isparta, Karma, Webpack.

Quick start

Basic

npm install    # install all dependencies
webpack        # build
open index.html

Tests

npm test                   # run tests
COVERAGE=true npm test     # run tests (with coverage reports)
open coverage/lcov-report/index.html

Credits

@kentcdodds / random-user-coverage