From f5e51281f7cb0c8acc55c5fc331351688c33505b Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Fri, 26 Aug 2022 13:10:52 -0400 Subject: [PATCH] CSR-110: remove quote page from jest testing coverage --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index a2522e0ac..b2c940726 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,6 +16,7 @@ module.exports = { "!src/layouts/capability-questions/**/*.vue", "!src/layouts/part-questions/**/*.vue", "!src/layouts/reveal/**/*.vue", + "!src/layouts/quote/**/*.vue", "!src/ux-components/text-link/**/*.vue", "!src/common-components/question-chain/**/*.vue", // END