diff options
author | 2025-04-25 15:02:00 +0530 | |
---|---|---|
committer | 2025-04-25 15:02:00 +0530 | |
commit | 3285885b85a51b93383d7c57a339f4898411de8d (patch) | |
tree | 21b3ecac4bf353d93bd6e78ba863e6d46e76700f /README.md | |
parent | 741aefb2d307e95cd2c756620e5d886a06b7c4de (diff) | |
download | finance-3285885b85a51b93383d7c57a339f4898411de8d.tar.gz finance-3285885b85a51b93383d7c57a339f4898411de8d.tar.bz2 finance-3285885b85a51b93383d7c57a339f4898411de8d.zip |
finance/backend: feat: wrote unit/integration tests for core API endpoints
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ An application designed to help manage personal finances, including income (like * [x] Create basic CRUD APIs for Loans * [x] Create basic CRUD APIs for Goals * [x] Set up initial logging and error handling -* [ ] Write unit/integration tests for core API endpoints +* [x] Write unit/integration tests for core API endpoints **Phase 2: Frontend Foundation (React/Next.js + shadcn/ui)** |