Jasmine
Unit Testing framework
Open Source
BDD framework for JavaScript with no dependencies
Supported languages:
javascript typescript
Integrates with:
angular karma node
Pros and Cons
Ventajas
- + No external dependencies
- + Clear BDD syntax
- + Built-in spies
- + Default in Angular
- + Well documented
Desventajas
- - Less popular than Jest
- - More verbose async configuration
- - Fewer plugins available
Casos de Uso
- Angular application testing
- Projects without bundler
- BDD testing
- Standalone testing