1
0
mirror of synced 2024-11-22 09:14:24 +01:00

Add Testing

This commit is contained in:
Truong Hoang Dung 2018-06-28 01:26:06 +07:00 committed by GitHub
parent ed6c73fc16
commit fb80d55b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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