From e0ed6286f2475262716090d594766c75198a4c35 Mon Sep 17 00:00:00 2001 From: Thomas Pethick Date: Sat, 21 May 2016 09:37:50 +0200 Subject: [PATCH] Improves readme test section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8b482e..9a912ac 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm start ## Tests -Currently only the downloader module itself is tested. +Currently only the downloader module itself is tested – and this is not at all properly covered. Run on own responsibility! There is no mocking done so it will actually download the files. ## Learnings