commit
This commit is contained in:
parent
63c554be16
commit
23499cabd6
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ module.exports = {
|
|||
"!src/main.js",
|
||||
"!src/constants/*.js",
|
||||
"!src/router/**/*.js",
|
||||
"!src/helpers/unit-test-helper.js",
|
||||
"!src/layouts/vehicle-damage/windshield-options/windshield-options.vue"
|
||||
"!src/helpers/unit-test-helper.js"
|
||||
// END
|
||||
], // ! means exclude from coverage.
|
||||
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue