Este repositorio contiene el código fuente del curso "Testing en Angular 20+ con Jest, Testing Library y Vitest", disponible en Udemy.
El curso está dirigido a personas desarrolladoras con conocimientos intermedios en Angular que desean aprender a testear componentes standalone, servicios, directivas, pipes y formularios utilizando herramientas modernas y buenas prácticas.
- Angular 20+ (con componentes standalone y signals)
- Jest
- Vitest (opcional)
- Angular Testing Library
- @testing-library/user-event
- RxJS
- Node.js v18+
- Angular CLI 17 o superior
- pnpm (opcional) o npm
git clone https://github.com/tu-usuario/testing-angular19-jest.git
cd testing-angular19-jest
npm install
# o con pnpm
pnpm install
npm run test