Temporary unit test block.
This commit is contained in:
parent
aa90ddfccd
commit
4f532be254
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ module.exports = {
|
||||||
"!src/layouts/reveal/**/*.vue",
|
"!src/layouts/reveal/**/*.vue",
|
||||||
"!src/ux-components/text-link/**/*.vue",
|
"!src/ux-components/text-link/**/*.vue",
|
||||||
"!src/common-components/question-chain/**/*.vue",
|
"!src/common-components/question-chain/**/*.vue",
|
||||||
"!src/layouts/quote/**/*.vue",
|
"!src/layouts/quote/**/*.vue", // Temporary
|
||||||
|
"!src/layouts/vin-lookup/**/*.vue", //Temporary for Quote page testing
|
||||||
// END
|
// END
|
||||||
], // ! means exclude from coverage.
|
], // ! means exclude from coverage.
|
||||||
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
|
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue