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
Thanks for making this project! Found out about it through your awesome ng-conf talk and its been very useful for me to learn more about marble testing.
My question is: when I run npm lint on the project I get the warning "source is deprecated: This is an internal implementation detail, do not use" for the following line in app.effects.spec.ts:
set stream(source: Observable<any>) {
this.source = source;
}
Any idea on how I could implement something different to satisfy the linter? Thanks again.
The text was updated successfully, but these errors were encountered:
Hi, @agomez314! I'm glad that you found the talk and this project useful!
I'm not getting the linting warning that you are referring to when I run tslint. I am getting a number of other ones about training whitespaces and shadow name variables.
Thanks for making this project! Found out about it through your awesome ng-conf talk and its been very useful for me to learn more about marble testing.
My question is: when I run
npm lint
on the project I get the warning "source is deprecated: This is an internal implementation detail, do not use" for the following line inapp.effects.spec.ts
:Any idea on how I could implement something different to satisfy the linter? Thanks again.
The text was updated successfully, but these errors were encountered: