From 0cede94daf7e11ecfbb27a18749704aa704cf069 Mon Sep 17 00:00:00 2001 From: Ramneet Singh <144323012+Ramneet04@users.noreply.github.com> Date: Thu, 26 Dec 2024 21:43:36 +0530 Subject: [PATCH] Refactored src/components/OrgContriCards/OrgContriCards.test.tsx fixes #2810 (#2939) * file name changed * migration done --- .../{OrgContriCards.test.tsx => OrgContriCards.spec.tsx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/components/OrgContriCards/{OrgContriCards.test.tsx => OrgContriCards.spec.tsx} (97%) diff --git a/src/components/OrgContriCards/OrgContriCards.test.tsx b/src/components/OrgContriCards/OrgContriCards.spec.tsx similarity index 97% rename from src/components/OrgContriCards/OrgContriCards.test.tsx rename to src/components/OrgContriCards/OrgContriCards.spec.tsx index 4f202cd355..57a85dc451 100644 --- a/src/components/OrgContriCards/OrgContriCards.test.tsx +++ b/src/components/OrgContriCards/OrgContriCards.spec.tsx @@ -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 = new ApolloClient({ cache: new InMemoryCache(), uri: BACKEND_URL,