tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

test(todos): remove TestBed from todos effects specs #394

Closed realtomaszkula closed 5 years ago

realtomaszkula commented 5 years ago

Refactored todos effects specs as discussed in #389

timdeschryver commented 5 years ago

Just one small nitpick (or rather a fyi), you could also just do const actions = new Actions(); to create an EMPTY actions stream.

realtomaszkula commented 5 years ago

i didn't know that :open_mouth: Will do that from now. Thanks for the quick review :smile: