1
0
mirror of synced 2025-02-22 10:18:25 +01:00

added 100% test coverage

closes #22
This commit is contained in:
Alejandro Revilla 2018-02-06 21:42:56 -03:00
parent c46f06e642
commit 3ae26ab684

View File

@ -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 ### 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. 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.