From 6503922cd0b665b5b98446d3566f615d1c1d46ee Mon Sep 17 00:00:00 2001 From: CarlNation Date: Mon, 17 Feb 2025 07:00:30 -0500 Subject: [PATCH] CASH-151 CASH-151 forgot the wildcard --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 8962dfa67..5747d568d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -28,7 +28,7 @@ module.exports = { "!src/layouts/insurance/*.vue", // Temp test exclusion while in development "!src/layouts/insurance-company/*.vue", // Temp test exclusion while in development "!src/layouts/insurance-company/insurance-company-question/*.vue", // Temp test exclusion while in development - "!src/experiment-components/.vue", + "!src/experiment-components/*.vue", // END ], // ! means exclude from coverage. testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],