Update jest file and router file.
This commit is contained in:
parent
74f519b3b1
commit
145359e226
2 changed files with 0 additions and 7 deletions
|
|
@ -19,7 +19,6 @@ module.exports = {
|
|||
"!src/layouts/reveal/**/*.vue",
|
||||
"!src/ux-components/text-link/**/*.vue",
|
||||
"!src/common-components/question-chain/**/*.vue",
|
||||
"!src/common-components/text-block/**/*.vue",
|
||||
"!src/layouts/quote/**/*.vue", // Temporary
|
||||
"!src/layouts/vin-lookup/**/*.vue", //Temporary for Quote page testing
|
||||
// END
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ import { applicationConfig } from "../constants/application-config";
|
|||
|
||||
// Components
|
||||
import quote from "@/layouts/quote/quote.vue";
|
||||
import textBlock from "@/common-components/text-block/text-block";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
|
@ -31,11 +30,6 @@ const routes = [
|
|||
name: "quote",
|
||||
component: quote,
|
||||
},
|
||||
{
|
||||
path: "/text-block", // This is a temporary route for testing.
|
||||
name: "textBlock",
|
||||
component: textBlock,
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
name: "root",
|
||||
|
|
|
|||
Loading…
Reference in a new issue