From 78240039148331da6f856375228daabf5abeb84f Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Tue, 19 Jan 2021 14:39:30 +0300 Subject: [PATCH] add link to unit testing video on ABP Community --- docs/en/UI/Angular/Testing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/UI/Angular/Testing.md b/docs/en/UI/Angular/Testing.md index 509fbefe95..bf6d3e1b26 100644 --- a/docs/en/UI/Angular/Testing.md +++ b/docs/en/UI/Angular/Testing.md @@ -374,3 +374,7 @@ Finally, don't forget to run your CI tests with the following command: ```sh npm test -- --prod ``` + +## See Also + +* [ABP Community Video - Unit Testing with the Angular UI](https://community.abp.io/articles/unit-testing-with-the-angular-ui-p4l550q3)