lasso-js / karma-lasso

Karma plugin for Lasso
http://lasso-js.github.io/karma-lasso/
MIT License
1 stars 11 forks source link

testing for undefined coverage #7

Closed sendlo closed 8 years ago

sendlo commented 8 years ago

I ran into an issue where no coverage files were identified. This threw an unhandled error that caused the process to freeze. This fix adds a null check which doesn't appear to have any side effects, from my testing.