update testing to try to correct build errors
This commit is contained in:
parent
1d7be6c8cd
commit
04aebdafdc
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ describe("alert.vue", () => {
|
||||||
isDismissible: true,
|
isDismissible: true,
|
||||||
manualHeadline: "testHeader",
|
manualHeadline: "testHeader",
|
||||||
manualCopy: "testCopy",
|
manualCopy: "testCopy",
|
||||||
|
cmsWidgetName: "alert",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
@ -31,6 +32,7 @@ describe("alert.vue", () => {
|
||||||
alertClass: "warning",
|
alertClass: "warning",
|
||||||
manualHeadline: "testHeader",
|
manualHeadline: "testHeader",
|
||||||
manualCopy: "testCopy",
|
manualCopy: "testCopy",
|
||||||
|
cmsWidgetName: "alert",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
@ -57,6 +59,7 @@ describe("alert.vue", () => {
|
||||||
propsData: {
|
propsData: {
|
||||||
manualHeadline: "testHeader",
|
manualHeadline: "testHeader",
|
||||||
manualCopy: "testCopy with a {routerLink: testName, testLink} inside of it",
|
manualCopy: "testCopy with a {routerLink: testName, testLink} inside of it",
|
||||||
|
cmsWidgetName: "alert",
|
||||||
},
|
},
|
||||||
stubs: ["router-link"],
|
stubs: ["router-link"],
|
||||||
})
|
})
|
||||||
|
|
@ -74,6 +77,7 @@ describe("alert.vue", () => {
|
||||||
manualHeadline: "testHeader",
|
manualHeadline: "testHeader",
|
||||||
manualCopy:
|
manualCopy:
|
||||||
"<p>testCopy with a {routerLink: testName, testLink} inside of it</p><p>and two paragraphs</p>",
|
"<p>testCopy with a {routerLink: testName, testLink} inside of it</p><p>and two paragraphs</p>",
|
||||||
|
cmsWidgetName: "alert",
|
||||||
},
|
},
|
||||||
stubs: ["router-link"],
|
stubs: ["router-link"],
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue