Skip to content

Commit

Permalink
fixup! Fix appeal contact row click to prevent it opening contact whe…
Browse files Browse the repository at this point in the history
…n clicking on action icons.
  • Loading branch information
dr-bizz committed Oct 28, 2024
1 parent 0b9a535 commit 999ee2e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/Tool/Appeal/List/ContactRow/ContactRow.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ import { defaultExcludedContacts } from '../../Shared/useGetExcludedReasons/useG
import { ContactRow } from './ContactRow';
import { defaultContact } from './ContactRowMock';

const mockEnqueue = jest.fn();
jest.mock('notistack', () => ({
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
...jest.requireActual('notistack'),
useSnackbar: () => {
return {
enqueueSnackbar: mockEnqueue,
};
},
}));
const accountListId = 'account-list-1';
const appealId = 'appealId';

Expand Down

0 comments on commit 999ee2e

Please sign in to comment.