Skip to content

Instantly share code, notes, and snippets.

View AlexAlonsoMontero's full-sized avatar
馃彔
Working from home

AlexAlonso AlexAlonsoMontero

馃彔
Working from home
  • Vigo, Spain
View GitHub Profile
@AlexAlonsoMontero
AlexAlonsoMontero / vite-testing-config.md
Last active October 9, 2023 01:54 — 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
npm install --dev jest babel-jest @babel/preset-env @babel/preset-react