istanbul - How to ignore branch coverage for missing 'else' -
is possible ignore marker e in istanbul branch coverage? using jasmine+karma+istanbul. there possibility ingore e , 100% branch coverage? maybe property can set in karma config?
you can use /* istanbul ignore else*/ before if statement ignore missing else.
Comments
Post a Comment