Fixed tests

This commit is contained in:
2026-02-12 01:27:33 +01:00 Verified
parent 21a7e64d10
commit 8ee8b76cb2
8 changed files with 1210 additions and 6 deletions
+7 -2
View File
@@ -7,7 +7,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"react": "^19.2.0",
@@ -15,6 +16,8 @@
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
@@ -22,6 +25,8 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vite": "^7.3.1"
"jsdom": "^28.0.0",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}