Skip to content

Commit 843406b

Browse files
committed
feat: added ComparisonStatsCard component and test suite (JhaSourav07#1510)
1 parent 6ede310 commit 843406b

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

package-lock.json

Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@
4747
"@types/node": "^20",
4848
"@types/react": "^19",
4949
"@types/react-dom": "^19",
50+
"@vitejs/plugin-react": "^6.0.2",
5051
"@vitest/coverage-v8": "^4.1.4",
5152
"@vitest/ui": "^4.1.4",
5253
"autoprefixer": "^10.5.0",
5354
"eslint": "^9",
5455
"eslint-config-next": "16.2.3",
5556
"eslint-config-prettier": "^10.1.8",
5657
"husky": "^9.1.7",
57-
"jsdom": "^29.0.2",
58+
"jsdom": "^29.1.1",
5859
"lint-staged": "^15.2.11",
5960
"node-mocks-http": "^1.17.2",
6061
"postcss": "^8.5.9",

vitest.setup.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)