CSR-1384: remove pages without tests for now

This commit is contained in:
Adam Caouette 2023-10-31 10:54:10 -04:00
parent bbf4b083e8
commit ad231b059a

View file

@ -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)"],