Skip to content

Commit 43dddea

Browse files
authored
Merge pull request #31 from SymonMuchemi/SymonMuchemi-patch-4
Add test points in features section.
2 parents c2e1391 + 58d5f63 commit 43dddea

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)