Skip to content

Instantly share code, notes, and snippets.

View jgromerou's full-sized avatar

Juan Gerardo Romero Uro jgromerou

  • San Miguel de Tucumán, Tucumán, Argentina
View GitHub Profile

Instalación de Jest + React Testing Library

En proyectos de React + Vite

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