From ad231b059ab901050e60ec0eedf5b59428f5af6d Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 31 Oct 2023 10:54:10 -0400 Subject: [PATCH] CSR-1384: remove pages without tests for now --- jest.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jest.config.js b/jest.config.js index efec3da84..87d9800fb 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,6 +22,8 @@ module.exports = { "!src/common-components/funnel-header/menu-modal/**/*.vue", "!src/layouts/schedule/helpers/schedule-helper.js", // Temp test exclusion while in development "!src/layouts/review/*.vue", // Temp test exclusion while in development + "!src/layouts/payment/*.vue", // Temp test exclusion while in development + "!src/layouts/payment-pia-return/*.vue", // Temp test exclusion while in development // END ], // ! means exclude from coverage. testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],