Skip to content

Commit

Permalink
Refactored src/components/OrgContriCards/OrgContriCards.test.tsx fixes
Browse files Browse the repository at this point in the history
…#2810 (#2939)

* file name changed

* migration done
  • Loading branch information
Ramneet04 authored Dec 26, 2024
1 parent 89aebba commit 0cede94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { I18nextProvider } from 'react-i18next';
import OrgContriCards from './OrgContriCards';
import i18nForTest from 'utils/i18nForTest';
import { BACKEND_URL } from 'Constant/constant';

import { describe, expect } from 'vitest';
const client: ApolloClient<NormalizedCacheObject> = new ApolloClient({
cache: new InMemoryCache(),
uri: BACKEND_URL,
Expand Down

0 comments on commit 0cede94

Please sign in to comment.