diff --git a/jest.config.js b/jest.config.js index 27656cd80..0dcb54b17 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,7 +16,8 @@ module.exports = { "!src/layouts/reveal/**/*.vue", "!src/ux-components/text-link/**/*.vue", "!src/common-components/question-chain/**/*.vue", - "!src/layouts/quote/**/*.vue", + "!src/layouts/quote/**/*.vue", // Temporary + "!src/layouts/vin-lookup/**/*.vue", //Temporary for Quote page testing // END ], // ! means exclude from coverage. testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],