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 9ac1165 commit ef5cd5fCopy full SHA for ef5cd5f
modules/store/testing/src/testing.ts
@@ -23,6 +23,7 @@ export function provideMockStore<T = any>(
23
return [
24
ActionsSubject,
25
MockState,
26
+ MockStore,
27
{ provide: INITIAL_STATE, useValue: config.initialState || {} },
28
{ provide: MOCK_SELECTORS, useValue: config.selectors },
29
{ provide: StateObservable, useClass: MockState },
0 commit comments