Skip to content

Commit

Permalink
trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Mar 27, 2024
1 parent f6a33ab commit 0f51440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Blocks/Hero/Edit.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const unobserve = jest.fn();

jest.mock('react-router-dom', () => ({
useLocation: jest.fn().mockReturnValue({
pathname: '/test',
pathname: '/test-jest',
search: '',
hash: '',
state: null,
key: 'test',
key: 'test-jest',
}),
}));

Expand Down

0 comments on commit 0f51440

Please sign in to comment.