This commit is contained in:
Bill Richardson 2023-08-15 10:29:27 -04:00
parent c3be9c1f93
commit 1b9583b30a

View file

@ -1,6 +1,11 @@
import siteSubHeader from '@/iss-components/site-sub-header/site-sub-header';
import { shallowMount } from '@vue/test-utils';
// Mock cms helpers
jest.mock('@/helpers/cms-content-helper', () => ({
doesCopyContainRouterLink: jest.fn()
}));
describe('site sub header', () => {
const subHeaderText = "let's fix your glass";
const mockMixin = {