1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

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

This commit is contained in:
J. Degand
2024-09-01 07:44:25 -04:00
committed by GitHub
parent d669d242f8
commit 25aa149766

View File

@@ -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)