diff --git a/src/components/ContriStats/ContriStats.test.tsx b/src/components/ContriStats/ContriStats.spec.tsx similarity index 96% rename from src/components/ContriStats/ContriStats.test.tsx rename to src/components/ContriStats/ContriStats.spec.tsx index 8edb853684..4a9f1fc94f 100644 --- a/src/components/ContriStats/ContriStats.test.tsx +++ b/src/components/ContriStats/ContriStats.spec.tsx @@ -6,6 +6,7 @@ import { ApolloClient, ApolloProvider, InMemoryCache } from '@apollo/client'; import type { NormalizedCacheObject } from '@apollo/client'; import i18nForTest from 'utils/i18nForTest'; import { BACKEND_URL } from 'Constant/constant'; +import { describe, test, expect } from 'vitest'; const client: ApolloClient = new ApolloClient({ cache: new InMemoryCache(),