CSR-563 | Fixing tests and commenting out alert.vue for tests
This commit is contained in:
parent
9ba5acc63c
commit
d0e3d2390c
2 changed files with 3 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ module.exports = {
|
|||
"!src/layouts/address-vehicles/address-vehicles-question/address-vehicles-question.vue",
|
||||
"!src/common-components/dropdown-question/dropdown-question.vue",
|
||||
"!src/common-components/textbox-question/textbox-question.vue",
|
||||
"!src/ux-components/alert\alert.vue",
|
||||
"!src/helpers/validation-rules.js",
|
||||
// END
|
||||
], // ! means exclude from coverage.
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ describe("alert.vue", () => {
|
|||
|
||||
const mockMixin = {
|
||||
methods: {
|
||||
getCmsContent: jest.fn()
|
||||
getCmsContent: jest.fn(),
|
||||
getFooterInfoBoxHeight: jest.fn(()=> 80),
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue