diff --git a/jest.config.js b/jest.config.js index 6703eb608..905e907dc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -18,6 +18,7 @@ module.exports = { "!src/layouts/payment-method/**/*.vue", "!src/fmg-components/cart/**/*.vue", "!src/fmg-components/add-vaps-modal-buttons/**/*.vue", + "!src/fmg-components/funnel-footer/**/*.vue", //UI component; nothing to test "!src/ux-components/text-link/**/*.vue", "!src/layouts/vin-lookup/**/*.vue", //Temporary for Quote page testing "!src/common-components/funnel-header/menu-modal/**/*.vue",