Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/claudiopro/karma-jasmine-coverage-browserify
- Owner: claudiopro
- Created: 2015-09-05T17:09:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T14:47:20.000Z (over 9 years ago)
- Last Synced: 2023-08-02T02:35:55.608Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# karma-jasmine-coverage-browserify
Karma with Jasmine, Browserify and coverage boilerplateThis 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)