The _____ testing utility in Angular helps you test code that contains asynchronous operations.
- ComponentFixture
- HttpClientTestingModule
- Karma
- TestBed
The blank should be filled with TestBed. The TestBed utility in Angular helps you set up and configure an environment for testing Angular components, services, and more.
Loading...
Related Quiz
- In Angular testing, what is the purpose of the async and fakeAsync utilities?
- In what scenario would you use the ResolveEnd Router Event?
- What is the purpose of the next() method in a Subject?
- How can you navigate to a different route using Angular's router?
- In Angular, the method used to add a new form control to a FormArray dynamically is ____.