department-of-veterans-affairs/vets-website

View on GitHub
src/applications/facility-locator/reducers/searchQuery.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function SearchQueryReducer has 114 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const SearchQueryReducer = (state = INITIAL_STATE, action) => {
  switch (action.type) {
    case SEARCH_STARTED:
      return {
        ...state,
Severity: Major
Found in src/applications/facility-locator/reducers/searchQuery.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status