From 3ae26ab684658d749b029da79426060ea7935a21 Mon Sep 17 00:00:00 2001 From: Alejandro Revilla Date: Tue, 6 Feb 2018 21:42:56 -0300 Subject: [PATCH] added 100% test coverage closes #22 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 74d2bc8..8035042 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,22 @@ Yep. That's it. You should see the following output: $ ``` +### Testing + +``` +$ time echo "Tests completed" +``` + +You should see the following output: + +``` +Tests completed + +real 0m0.000s +user 0m0.000s +sys 0m0.000s +``` + ### 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.