Skip to content

Commit

Permalink
fix: remove redondant mock
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenetienne committed Jan 28, 2025
1 parent e9415d9 commit 32dc7de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/test/useHandlePinnedProjectList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ vi.mock('@/envVariables', () => ({
getEnvVariables: vi.fn(() => 'https://mockapi.com'),
}));
vi.mock('@/shared/notification/notification');
vi.mock('@/uuid');
vi.mock('uuid', () => ({
v4: vi.fn(() => 'mocked-uuid'),
}));
Expand Down

0 comments on commit 32dc7de

Please sign in to comment.