tomastrajan / angular-ngrx-material-starter

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

Create unit tests for auth effects #335

Closed tomastrajan closed 6 years ago

tomastrajan commented 6 years ago

Create tests for auth.effects.ts in auth.effects.spec.ts file by following already existing tests, the official Angular testing guide or feel free to suggest improvements!

Feel free to check out Contributors Guide for useful tips and hints that help you get started.

Don't forget to reference this issue in the commit message (eg test(auth): add unit tests for <something>, closes #<issue-number>)