fix test
This commit is contained in:
parent
c3be9c1f93
commit
1b9583b30a
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
import siteSubHeader from '@/iss-components/site-sub-header/site-sub-header';
|
import siteSubHeader from '@/iss-components/site-sub-header/site-sub-header';
|
||||||
import { shallowMount } from '@vue/test-utils';
|
import { shallowMount } from '@vue/test-utils';
|
||||||
|
|
||||||
|
// Mock cms helpers
|
||||||
|
jest.mock('@/helpers/cms-content-helper', () => ({
|
||||||
|
doesCopyContainRouterLink: jest.fn()
|
||||||
|
}));
|
||||||
|
|
||||||
describe('site sub header', () => {
|
describe('site sub header', () => {
|
||||||
const subHeaderText = "let's fix your glass";
|
const subHeaderText = "let's fix your glass";
|
||||||
const mockMixin = {
|
const mockMixin = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue