diff --git a/src/data/roadmaps/angular/content/debugging-tests@f5v74Uw54LsB4FgdN6eCd.md b/src/data/roadmaps/angular/content/debugging-tests@f5v74Uw54LsB4FgdN6eCd.md index 512a64618..c2cd13d1d 100644 --- a/src/data/roadmaps/angular/content/debugging-tests@f5v74Uw54LsB4FgdN6eCd.md +++ b/src/data/roadmaps/angular/content/debugging-tests@f5v74Uw54LsB4FgdN6eCd.md @@ -1 +1,10 @@ -# Debugging Tests \ No newline at end of file +# 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) \ No newline at end of file