Skip to content

Commit

Permalink
Update contistats jest to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepnh5 committed Dec 25, 2024
1 parent 1bc2d3b commit c1c4b01
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 68 deletions.
108 changes: 41 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"sass": "^1.80.7",
"tsx": "^4.19.1",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.1.5",
"vitest": "^2.1.8",
"whatwg-fetch": "^3.6.20"
},
"resolutions": {
Expand Down
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, vi } from 'vitest';

const client: ApolloClient<NormalizedCacheObject> = new ApolloClient({
cache: new InMemoryCache(),
Expand Down

0 comments on commit c1c4b01

Please sign in to comment.