Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/claudiopro/karma-jasmine-coverage-browserify

Karma with Jasmine and coverage boilerplate, with a Browserify build
https://github.com/claudiopro/karma-jasmine-coverage-browserify

Last synced: about 1 month ago
JSON representation

Karma with Jasmine and coverage boilerplate, with a Browserify build

Awesome Lists containing this project

README

        

# karma-jasmine-coverage-browserify
Karma with Jasmine, Browserify and coverage boilerplate

This project represents the minimum configuration necessary to run tests with Karma,
Browserify and Istanbul. According to `karma-coverage`'s [Issue 16](https://github.com/karma-runner/karma-coverage/issues/16#issuecomment-62091196),
`browserify-istanbul` must be used to play nice with other `browserify` transforms,
while `karma-coverage` would not work with this configuration.

# License

[MIT](http://opensource.org/licenses/MIT)