Browse Source
Merge pull request #7341 from abpframework/docs/ref-to-unit-testing-video
Added a link to unit testing video on ABP Community
pull/7342/head
Halil İbrahim Kalkan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
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) |
|
|
|
|