From f057d86a830aab4a728c7c0f54a95e9a73ba11ae Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 22 Feb 2025 09:32:03 +0300 Subject: [PATCH] final commit lets go touch the grass --- solution/tests/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solution/tests/README.md b/solution/tests/README.md index 04d8c23..a3e8d1a 100644 --- a/solution/tests/README.md +++ b/solution/tests/README.md @@ -1,12 +1,12 @@ # AdNova Tests -There is `unit` 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 ### Backend service -See [services/backend/README.md](../services/backend/README.md#testing) +See [services/backend/README.md](../services/backend/README.md#testing). ## Unit tests coverage @@ -16,4 +16,4 @@ See [services/backend/README.md](../services/backend/README.md#testing) ## Running e2e tests -See [tests/e2e/README.md](./e2e/README.md) +See [tests/e2e/README.md](./e2e/README.md).