An open API service indexing awesome lists of open source software.

https://github.com/zdychacek/code-coverage-test

How to implement code coverage over browserified ES2015 code (both app code and test suites).
https://github.com/zdychacek/code-coverage-test

Last synced: 22 days ago
JSON representation

How to implement code coverage over browserified ES2015 code (both app code and test suites).

Awesome Lists containing this project

README

          

# code-coverage-test

How to implement code coverage over browserified ES2015 code (both app code and test suites).

- multiple browserified bundles (vendor and app)
- browserified test suites
- code coverage using `isparta` with html and simple text reporters
- Karma unit tests
- ES2015 code

Run: `npm test`