diff --git a/jest.config.js b/jest.config.js index 0dd06d9be..38de219c9 100644 --- a/jest.config.js +++ b/jest.config.js @@ -25,7 +25,6 @@ module.exports = { "!src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue", "!src/ux-components/alert\alert.vue", "!src/helpers/validation-rules.js", - "!src/common-components/menu-modal/menu-modal.vue", // END ], // ! means exclude from coverage. testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index ab4796325..2c4152cfa 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -1,4 +1,5 @@