diff --git a/tests/unit/pages/edit-profile/EditProfile.spec.jsx b/tests/unit/pages/edit-profile/EditProfile.spec.jsx index 430620d62..f7f5d5aec 100644 --- a/tests/unit/pages/edit-profile/EditProfile.spec.jsx +++ b/tests/unit/pages/edit-profile/EditProfile.spec.jsx @@ -71,7 +71,6 @@ const userMock = { } } -<<<<<<< HEAD const mockData = { firstName: '', lastName: '', @@ -83,7 +82,6 @@ const mockData = { videoLink: '', }, }; -======= vi.mock('react-router-dom', async (importOriginal) => { const actual = await importOriginal(); return { @@ -91,7 +89,6 @@ vi.mock('react-router-dom', async (importOriginal) => { useBlocker: vi.fn(), }; }); ->>>>>>> 186c8d3c (changed bug of unsaved changing if leave without changes) vi.mock('~/hooks/use-confirm', () => ({ default: () => ({ checkConfirmation: () => true })