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:
parent
918654217d
commit
d51f9fd056
1 changed files with 1 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue