Skip to content

Commit 18d1782

Browse files
Raushan kumarclaude
andcommitted
Add missing test dependencies (vitest, testing-library, jsdom)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9325da9 commit 18d1782

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.39.1",
24+
"@testing-library/jest-dom": "^6.6.3",
25+
"@testing-library/react": "^16.3.0",
2426
"@types/react": "^19.2.5",
2527
"@types/react-dom": "^19.2.3",
2628
"@vitejs/plugin-react": "^5.1.1",
@@ -29,8 +31,10 @@
2931
"eslint-plugin-react-hooks": "^7.0.1",
3032
"eslint-plugin-react-refresh": "^0.4.24",
3133
"globals": "^16.5.0",
34+
"jsdom": "^26.1.0",
3235
"postcss": "^8.5.6",
3336
"tailwindcss": "^4.1.18",
34-
"vite": "^7.2.4"
37+
"vite": "^7.2.4",
38+
"vitest": "^3.1.4"
3539
}
3640
}

0 commit comments

Comments
 (0)