department-of-veterans-affairs/vets-website

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

Summary

Maintainability
A
1 hr
Test Coverage

Function mockData has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const mockData = (state = INITIAL_STATE, action) => {
  switch (action.type) {
    case UPDATE_PENDING_VERIFICATIONS:
      // this delets all pending verifications award_ids
      return {
Severity: Minor
Found in src/applications/verify-your-enrollment/reducers/mockData.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status