From 4f532be25418e1b93c1535933339b4d54d90d63a Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 14 Jul 2022 13:43:55 -0400 Subject: [PATCH] Temporary unit test block. --- jest.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)"],