Skip to content

Commit

Permalink
fixed conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemHolikov committed Dec 5, 2024
1 parent ac5afa8 commit 2c875f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/pages/edit-profile/EditProfile.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const userMock = {
}
}

<<<<<<< HEAD
const mockData = {
firstName: '',
lastName: '',
Expand All @@ -83,15 +82,13 @@ const mockData = {
videoLink: '',
},
};
=======
vi.mock('react-router-dom', async (importOriginal) => {
const actual = await importOriginal();
return {
...actual,
useBlocker: vi.fn(),
};
});
>>>>>>> 186c8d3c (changed bug of unsaved changing if leave without changes)

vi.mock('~/hooks/use-confirm', () => ({
default: () => ({ checkConfirmation: () => true })
Expand Down

0 comments on commit 2c875f2

Please sign in to comment.