From b362aaa2a30d124ec2d28e57c07a069107d3d54c Mon Sep 17 00:00:00 2001 From: francesco Date: Sun, 26 Dec 2021 22:25:38 +0100 Subject: [PATCH] Update Doc - unit test --- docs/testing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/testing.md b/docs/testing.md index e69de29..df58ff7 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -0,0 +1,8 @@ +# Unit Testing + +## Ressource + +- [Official Docs](https://angular.io/guide/testing) +- [Testing Components in Angular 2 with Jasmine](https://semaphoreci.com/community/tutorials/testing-components-in-angular-2-with-jasmine) +- [Official Docs - ng test](https://angular.io/cli/test) +- [Official Docs - ng e2e](https://angular.io/cli/e2e) \ No newline at end of file