Make small changes

This commit is contained in:
Federico Esparza 2018-12-16 11:27:51 -06:00 committed by GitHub
parent 45820663b0
commit 861be10fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,19 @@
## [Integration Testing](integration-testing.md)
To test the all peaces together from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app.
To test all the pieces together, from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app.
[more...](integration-testing.md)
## [Component Testing](component-testing.md)
Individual Vue Components should also be documented and testet properly. This guaranties they they are reusable and the api gets more solid in that process.
Individual Vue Components should also be documented and tested properly. This guarantees that they are reusable and the api gets more solid in the process.
[more...](component-testing.md)
## [Unit Testing](unit-testing.md)
Expecially the Backend relies on Unit Tests as there are no Vue Components.
Expecially the Backend relies on Unit Tests, as there are no Vue Components.
[more...](unit-testing.md)