Which testing framework is commonly used for writing unit tests in Angular applications?
- Jasmine
- Jest
- Mocha
- Protractor
Jasmine is a commonly used testing framework for writing unit tests in Angular applications. It provides a suite of functions to create and run tests.
Loading...
Related Quiz
- What is the purpose of the RouterModule in Angular?
- How would you implement cross-field validation in a reactive form?
- When creating a dynamic form, how can you ensure that the form adjusts based on data fetched from an API?
- Custom directives in Angular can be used to extend the behavior of _____.
- How does Angular Elements enable the usage of Angular components in non-Angular environments?