From fb80d55b85149d899b4bba616ab8bdefded7074b Mon Sep 17 00:00:00 2001 From: Truong Hoang Dung Date: Thu, 28 Jun 2018 01:26:06 +0700 Subject: [PATCH] Add Testing --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6d94db2..5cba176 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ Yep. That's it. You should see the following output: ``` +### Automated Testing the code + +Now it' time to add some tests to your code to ensure it works the way you think it should. + +``` + +``` + +Now your code is safe and bug-free. Simple, right ? + ### Deploying While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.