docs(angular): add debugging tests content (#6895)
parent
d669d242f8
commit
25aa149766
1 changed files with 10 additions and 1 deletions
@ -1 +1,10 @@ |
||||
# Debugging Tests |
||||
|
||||
If your tests aren't working as you expect them to, you can inspect and debug them in the browser. Be sure to set breakpoints to track your application's execution. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Angular Official Docs - Debugging tests](https://angular.dev/guide/testing/debugging) |
||||
- [@official@Angular Official Docs - Devtools](https://angular.dev/tools/devtools) |
||||
- [@video@Debug Like a Pro: Essential Breakpoint Techniques in Angular](https://www.youtube.com/watch?v=Be9Q1cchurQ) |
||||
- [@video@Debug Angular 17 Code in VS Code with Break Points and Extensions](https://www.youtube.com/watch?v=r50UXhT9hc0) |
Loading…
Reference in new issue