moved alert files, updated unit test config
This commit is contained in:
parent
918e5ea8ee
commit
5b91b7d655
3 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ module.exports = {
|
|||
"!src/main.js",
|
||||
"!src/constants/*.js",
|
||||
"!src/router/**/*.js",
|
||||
"!src/helpers/unitTestHelper.js",
|
||||
"!src/layouts/componentTest/componentTest.vue"
|
||||
"!src/helpers/unit-test-helper.js",
|
||||
"!src/layouts/component-test/component-test.vue"
|
||||
], //! means exclude from coverage.
|
||||
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
|
||||
coverageThreshold: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue