Skip to content

Instantly share code, notes, and snippets.

View epsilon11101's full-sized avatar

Epsilon epsilon11101

View GitHub Profile
@epsilon11101
epsilon11101 / vite-testing-config.md
Created October 9, 2023 01:54 — forked from AlexAlonsoMontero/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