Added address-poc to the jest.config.js file to prevent it from being included in code coverage because it's a POC

This commit is contained in:
Leah Schumann 2022-01-11 09:14:41 -05:00
parent 918654217d
commit d51f9fd056

View file

@ -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: {