graycoreio/daffodil

View on GitHub
libs/cart/state/src/reducers/cart-shipping-address/cart-shipping-address.reducer.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function cartShippingAddressReducer has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function cartShippingAddressReducer<T extends DaffCart>(
  state = daffCartReducerInitialState,
  action: ActionTypes,
): DaffCartReducerState<T> {
  switch (action.type) {

    There are no issues that match your filters.

    Category
    Status