Skip to content

Commit 58d5f63

Browse files
authored
Add test points in features section.
Add unit and integration test options in features sections.
1 parent c2e1391 commit 58d5f63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ A REST-ful API designed to manage personal financial expenses and categories. Th
88
- [x] Record expenses with details like description, amount and date, linking each to a specific category
99
- [x] Uses `Decimal(10, 2)` for amount to ensure accurate financial calculations.
1010
- [x] Auditing: Automatic timestamping for creation and last update (`createdAt`, `updateAt`).
11+
- [x] Unit tests (services).
12+
- [x] Intgration tests (controllers).
1113

1214
## Tech Stack
1315

0 commit comments

Comments
 (0)