Skip to content

Josheriff/introJest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claves en el testing:

  • Test Unitarios
  • Test Integración
  • Test End to End

Test Unitario

  • Rápidos/Baratos
  • Solo prueban la únicad
  • No se mezclan entre sí

Test de Integración

  • Menos rápidos
  • Prueban varias unidades trabajando juntas
  • Si se mezclan entre sí

Test End to End

  • Más lentos
  • Prueban la funcionalidad, como si se tratara del usuario.

Test unitarios

  • AAA
    • Arrange
    • Act
    • Assert
  • Descriptivos == Servirán como documentación
  • Deben probar solo la únidad. (no deben interactuar con otros test)

About

just a intro to jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published