From 25aa149766e33216fba0b43ab91eb52987012b31 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:44:25 -0400 Subject: [PATCH] docs(angular): add debugging tests content (#6895) --- .../content/debugging-tests@f5v74Uw54LsB4FgdN6eCd.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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