Stack Explorer

Jasmine

Unit Testing framework Open Source

BDD framework for JavaScript with no dependencies

Official site

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

Related Technologies

Alternatives