Skip to content

Commit

Permalink
fix: missing route in user effects RouterTestingModule (#95, #97)
Browse files Browse the repository at this point in the history
closes #95
  • Loading branch information
Sebastian-Haehnlein authored and shauke committed Jan 24, 2020
1 parent d1493ba commit a73d17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/core/store/user/user.effects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ describe('User Effects', () => {
{ path: 'login', component: DummyComponent },
{ path: 'home', component: DummyComponent },
{ path: 'account', component: DummyComponent },
{ path: 'account/profile', component: DummyComponent },
{ path: 'foobar', component: DummyComponent },
]),
ngrxTesting({ reducers: coreReducers }),
Expand Down

0 comments on commit a73d17f

Please sign in to comment.