Skip to content

Instantly share code, notes, and snippets.

View khisus19's full-sized avatar
馃幆
Focusing

Jes煤s 脕lvarez khisus19

馃幆
Focusing
View GitHub Profile
@khisus19
khisus19 / vite-testing-config.md
Last active September 9, 2023 17:30 — 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:

En npm:

npm install jest babel-jest @babel/preset-env @babel/preset-react --save-dev
npm install @testing-library/react @types/jest jest-environment-jsdom --save-dev