7 min read
•Question 22 of 46hardTesting in Angular
Unit testing components and services.
Testing Tools
- Jasmine: Testing framework
- Karma: Test runner
- TestBed: Angular testing utility
What to Test
- Components
- Services
- Pipes
- Directives
- Guards
Unit testing components and services.