Skip to content

Commit ef5cd5f

Browse files
alex-okrushkobrandonroberts
authored andcommitted
feat(store): testing - expose MockStore provider (#2331)
Closes #2328
1 parent 9ac1165 commit ef5cd5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/store/testing/src/testing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export function provideMockStore<T = any>(
2323
return [
2424
ActionsSubject,
2525
MockState,
26+
MockStore,
2627
{ provide: INITIAL_STATE, useValue: config.initialState || {} },
2728
{ provide: MOCK_SELECTORS, useValue: config.selectors },
2829
{ provide: StateObservable, useClass: MockState },

0 commit comments

Comments
 (0)