refactor: global codebase refactoring

This commit is contained in:
ITQ
2025-02-21 18:00:42 +03:00
parent ea8f5cfd49
commit cebb87fa73
18 changed files with 89 additions and 240 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# AdNova Tests
There is `unit` tests and `e2e` tests available, unit tests are placed all around `backend` serivce folder and `e2e` tests placed [here](./e2e/)
There is `unit` and `e2e` tests available, unit tests are placed all around `backend` serivce folder and `e2e` tests placed [here](./e2e/)
## Running unit tests
@@ -12,7 +12,7 @@ See [services/backend/README.md](../services/backend/README.md#testing)
### Backend service
-image-
![backend coverage](../assets/images/backend-coverage.png)
## Running e2e tests