Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eslint error removed
Browse files Browse the repository at this point in the history
gautam-divyanshu committed Jan 9, 2025
1 parent 4a94f87 commit b1186eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/ManageTag/ManageTag.spec.tsx
Original file line number Diff line number Diff line change
@@ -50,15 +50,13 @@ vi.mock('react-toastify', () => ({
},
}));

/* eslint-disable @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports */
vi.mock('../../components/AddPeopleToTag/AddPeopleToTag', async () => {
return await import('./ManageTagMockComponents/MockAddPeopleToTag');
});

vi.mock('../../components/TagActions/TagActions', async () => {
return await import('./ManageTagMockComponents/MockTagActions');
});
/* eslint-enable @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports */

const renderManageTag = (link: ApolloLink): RenderResult => {
return render(

0 comments on commit b1186eb

Please sign in to comment.