Skip to content

Instantly share code, notes, and snippets.

View VigilioYonatan's full-sized avatar
馃幆
Focusing

Yonatan Vigilio VigilioYonatan

馃幆
Focusing
View GitHub Profile
@Klerith
Klerith / vite-testing-config.md
Last active November 28, 2025 13:56
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:
@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active November 24, 2025 05:49
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database