department-of-veterans-affairs/vets-website

View on GitHub
src/applications/check-in/api/local-mock-api/mocks/v2/feature-toggles/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function generateFeatureToggles has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const generateFeatureToggles = (toggles = {}) => {
  const {
    checkInExperienceEnabled = true,
    preCheckInEnabled = true,
    checkInExperienceTranslationDisclaimerSpanishEnabled = true,

    There are no issues that match your filters.

    Category
    Status