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/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/common-components/text-block/**/*.vue",
|
|
||||||
"!src/layouts/quote/**/*.vue", // Temporary
|
"!src/layouts/quote/**/*.vue", // Temporary
|
||||||
"!src/layouts/vin-lookup/**/*.vue", //Temporary for Quote page testing
|
"!src/layouts/vin-lookup/**/*.vue", //Temporary for Quote page testing
|
||||||
// END
|
// END
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ import { applicationConfig } from "../constants/application-config";
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
import quote from "@/layouts/quote/quote.vue";
|
import quote from "@/layouts/quote/quote.vue";
|
||||||
import textBlock from "@/common-components/text-block/text-block";
|
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
|
|
@ -31,11 +30,6 @@ const routes = [
|
||||||
name: "quote",
|
name: "quote",
|
||||||
component: quote,
|
component: quote,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/text-block", // This is a temporary route for testing.
|
|
||||||
name: "textBlock",
|
|
||||||
component: textBlock,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
name: "root",
|
name: "root",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue