Skip to content

Instantly share code, notes, and snippets.

View DsiKorp's full-sized avatar

Juan Carlos Delgado P. DsiKorp

  • UnoSquare
  • Bogotá, Colombia
View GitHub Profile
@Klerith
Klerith / angular-jest-installation.md
Last active October 31, 2024 21:53
Angular 13+ Configure Jest Testing

Angular testing con JEST

  1. Remover cualquier referencia de Jasmine / Karma en el package.json
npm remove <karma karma-chrome-launcher...>
  1. Instalar Jest
npm install --save-dev jest jest-preset-angular @types/jest
@Klerith
Klerith / instalaciones-angular.md
Created January 21, 2021 15:18
Instalaciones necesarias y recomendadas - Curso de Angular de cero a experto