moved alert files, updated unit test config

This commit is contained in:
FrankSafelite 2021-11-18 15:54:38 -05:00
parent 918e5ea8ee
commit 5b91b7d655
3 changed files with 2 additions and 2 deletions

View file

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