From d51f9fd056383a4ecd8f648a8deec72d8c56ebcb Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 11 Jan 2022 09:14:41 -0500 Subject: [PATCH] Added address-poc to the jest.config.js file to prevent it from being included in code coverage because it's a POC --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 720237d10..8b510e95c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -12,6 +12,7 @@ module.exports = { "!src/router/**/*.js", "!src/helpers/unit-test-helper.js", "!src/layouts/component-test/component-test.vue", + "!src/layouts/address-poc/address-poc.vue" ], //! means exclude from coverage. testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], coverageThreshold: {