Skip to content

Commit

Permalink
Migrated src/components/ContriStats/ContriStats.test.tsx from Jest to…
Browse files Browse the repository at this point in the history
… Vitest. (#2855)

* Update contistats jest to vitest

* Fix linting issue

* Fix package json issue
  • Loading branch information
mandeepnh5 authored Dec 25, 2024
1 parent 910690b commit 1eab2c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<NormalizedCacheObject> = new ApolloClient({
cache: new InMemoryCache(),
Expand Down

0 comments on commit 1eab2c1

Please sign in to comment.