docs(angular): add debugging tests content (#6895)

pull/6937/head
J. Degand 3 months ago committed by GitHub
parent d669d242f8
commit 25aa149766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      src/data/roadmaps/angular/content/debugging-tests@f5v74Uw54LsB4FgdN6eCd.md

@ -1 +1,10 @@
# Debugging Tests
# 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…
Cancel
Save