/karma-webpack-babel-coverage

Simple show case on how ES6 code coverage works, when using babel and webpack

Primary LanguageJavaScriptMIT LicenseMIT

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