Ecosyste.ms: Awesome
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: 9 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T21:38:26.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T20:49:25.671Z (2 months 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 codeRun: `npm test`