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).
- Host: GitHub
- URL: https://github.com/zdychacek/code-coverage-test
- Owner: zdychacek
- Created: 2016-02-11T20:03:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T21:38:26.000Z (over 10 years ago)
- Last Synced: 2025-02-21T19:13:00.161Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`