From 91b04fb4e86cf6ce25ee1b43fef892aa6b74255d Mon Sep 17 00:00:00 2001
From: acammies <acammies@redhat.com>
Date: Tue, 17 Apr 2018 14:48:55 +0200
Subject: [PATCH] added small test files layout

---
 3-revenge-of-the-automated-testing/README.md |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/3-revenge-of-the-automated-testing/README.md b/3-revenge-of-the-automated-testing/README.md
index 742ec66..0361d21 100644
--- a/3-revenge-of-the-automated-testing/README.md
+++ b/3-revenge-of-the-automated-testing/README.md
@@ -62,9 +62,11 @@
 #### Part 0b - Introduction to our tests.
 > _In this part we will get familiar with the layout of our tests_
 
-2. Insert rob's stuff here
+2. Unit tests:
 
-2. Fun explanations
+  - There are 2 Api test files: `todolist-api/server/api/todo/todo.spec.js` & `todolist-api/server/mocks/mock-routes.spec.js`
+
+  - There are 12 Frontend test files stored in these directories: `todolist-fe/tests/unit/vue-components/*` & `todolist-fe/tests/unit/javascript/*`
 
 ### Part 1 - Tests in our Pipeline
 

--
Gitblit v1.9.3