Skip to content

Instantly share code, notes, and snippets.

View cesarco's full-sized avatar
🏠
Working from home

Cesar Luis Rodriguez Solera cesarco

🏠
Working from home
View GitHub Profile
@cesarco
cesarco / pasos-node-ts-jest.md
Last active September 4, 2025 15:24 — forked from Klerith/pasos-node-ts-jest.md
Note + TypeScript + Jest = Testing

Pasos para configurar Jest con TypeScript, en Node

Documentación oficial sobre Jest

  1. Instalaciones de desarrollo (super test es útil para probar Express)
npm install -D jest @types/jest ts-jest supertest
@cesarco
cesarco / Sintaxis_interna_De_Un_README.md
Created June 30, 2021 01:37 — forked from NekoShooter/Sintaxis_interna_De_Un_README.md
Una pequeña introducción a la sintaxis de MarkDown

Sintaxis interna de un README.md

Titulos

La sintaxis para los titulos se hace de la siguiente manera

#Titulo <h1>
##Titulo <h2>
###Titulo <h3>
####Titulo