Add unit tests: auth store, API layer (tasks, habits, savings, profile), vitest config
All checks were successful
CI / ci (push) Successful in 33s

This commit is contained in:
Cosmo
2026-03-01 02:33:04 +00:00
parent fd2b4fdff7
commit c9047177ee
6 changed files with 2170 additions and 15 deletions

View File

@@ -11,31 +11,36 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@tanstack/react-query": "^5.17.0",
"axios": "^1.6.5",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.3",
"lucide-react": "^0.312.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"@tanstack/react-query": "^5.17.0",
"axios": "^1.6.5",
"zustand": "^4.5.0",
"date-fns": "^3.3.1",
"lucide-react": "^0.312.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.3",
"recharts": "^2.12.0"
"recharts": "^2.12.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-themes": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"jsdom": "^28.1.0",
"postcss": "^8.4.33",
"storybook": "^8.5.0",
"tailwindcss": "^3.4.1",
"vite": "^5.0.12",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-themes": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"storybook": "^8.5.0"
"vitest": "^4.0.18"
}
}