We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abca85b commit 657121cCopy full SHA for 657121c
src/users/store/effects/users.effects.spec.ts
@@ -41,6 +41,7 @@ describe('Users Effects', () => {
41
},
42
fromUsersEffects.UsersEffects,
43
provideMockActions(() => actions$),
44
+ provideMockStore(),
45
provideHttpClient(withInterceptorsFromDi()),
46
provideHttpClientTesting()
47
]
0 commit comments