From e3c347aad492e554fa8da35e49c458c28d75d0d0 Mon Sep 17 00:00:00 2001
From: Daniel Kurowski <daniel.kurowski@grifart.cz>
Date: Sat, 30 May 2020 07:35:07 +0200
Subject: [PATCH] Readme: added note on test running

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a69c457..4318274 100644
--- a/README.md
+++ b/README.md
@@ -44,4 +44,5 @@ yarn install
 yarn dev
 ```
 
-Every piece of this library comes with its unit test sitting alongside the script. Whole library is covered by integration test sitting in `src` folder.
+Every piece of this library comes with its unit test sitting alongside the script. Whole library is covered by integration test sitting in `src` folder.  
+Note that you have to build assets first (`yarn build`) before running a test.
-- 
GitLab