chore: add testing dependencies including vitest, msw, and react-testing-library

This commit is contained in:
Your Name
2026-04-12 05:48:51 +05:30
parent 8ee443698a
commit b5eaf8f476
2 changed files with 246 additions and 4 deletions
+8 -1
View File
@@ -35,11 +35,18 @@
"devDependencies": {
"@biomejs/biome": "^2.4.11",
"@playwright/test": "^1.59.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.4",
"fake-indexeddb": "^6.2.5",
"msw": "^2.13.2",
"typescript": "~6.0.2",
"vite": "^8.0.4"
"vite": "^8.0.4",
"vitest": "^4.1.4"
}
}