You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been racking my brain for days on this one, can't seem to figure what branches are being missed/marked uncovered from this code
Is there any suggestions on a fix, or is there a possible way to find out what branches Istanbul thinks I'm missing?
using angular-cli test, karma, karma-coverage-istanbul-reporter if that helps.
I think it has something to do with Observable as the ActionExtension class extends Observable, and its constructor was previously flagged uncovered code too when a type was set
export class ActionExtensions extends Observable<Action> {
constructor( @Inject(Dispatcher) actionsSubject: any /*Observable<Action> Replaced with any due to Code Coverage Issue*/) {
The text was updated successfully, but these errors were encountered:
phillipzada
changed the title
Unknown Branches when generating ngrx effects
Uncovered Branches when generating ngrx effects
Jun 21, 2017
Hi all,
Been racking my brain for days on this one, can't seem to figure what branches are being missed/marked uncovered from this code
Is there any suggestions on a fix, or is there a possible way to find out what branches Istanbul thinks I'm missing?
using angular-cli test, karma, karma-coverage-istanbul-reporter if that helps.
I think it has something to do with Observable as the ActionExtension class extends Observable, and its constructor was previously flagged uncovered code too when a type was set
The text was updated successfully, but these errors were encountered: