( reducer: ActionReducer<FeatureState> )
| 257 | } |
| 258 | |
| 259 | function getInitialState<FeatureState>( |
| 260 | reducer: ActionReducer<FeatureState> |
| 261 | ): FeatureState { |
| 262 | return reducer(undefined, { type: '@ngrx/feature/init' }); |
| 263 | } |
no test coverage detected