Skip to content

Instantly share code, notes, and snippets.

View emmanuel-valentin's full-sized avatar
:octocat:

Emmanuel Valentin emmanuel-valentin

:octocat:
  • Estado de México, México
  • 23:30 (UTC -06:00)
View GitHub Profile
@Klerith
Klerith / vite-testing-config.md
Last active July 22, 2024 03:29
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:
@Klerith
Klerith / vite-testing-config.md
Last active July 16, 2024 03:01
Vite + Testing + Jest - Completo

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: