Skip to content

Instantly share code, notes, and snippets.

View ClavijoPedro's full-sized avatar

Pedro Clavijo ClavijoPedro

  • Buenos Aires, Argentina
View GitHub Profile
@ClavijoPedro
ClavijoPedro / vite-testing-config.md
Last active June 17, 2025 13:17 — forked from Klerith/vite-testing-config.md
Vite + Jest + React Testing Library - Configuraciones a seguir

Instalación y configuracion de Jest + React Testing Library

En proyectos de React + Vite

  1. Instalaciones:
yarn add --dev jest babel-jest @babel/preset-env @babel/preset-react 
yarn add --dev @testing-library/react @types/jest jest-environment-jsdom

or