department-of-veterans-affairs/vets-website

View on GitHub
src/applications/verify-your-enrollment/reducers/verifyEnrollment.js

Summary

Maintainability
A
1 hr
Test Coverage

Function verifyEnrollment has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const verifyEnrollment = (state = initialState, action) => {
  switch (action.type) {
    case VERIFY_ENROLLMENT:
      return {
        ...state,

    There are no issues that match your filters.

    Category
    Status