Skip to content

Instantly share code, notes, and snippets.

View Manny-27's full-sized avatar
馃幆
Focusing

Manny-27

馃幆
Focusing
View GitHub Profile
@Manny-27
Manny-27 / vite-testing-config.md
Created March 13, 2025 16:19 — 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
  1. Opcional: Si usamos Fetch API en el proyecto:
@Manny-27
Manny-27 / readme.md
Created November 10, 2023 04:17
serene-marble-1068