Skip to content

Instantly share code, notes, and snippets.

View codingedgar's full-sized avatar
👨‍🔬

Edgar Rodriguez codingedgar

👨‍🔬
View GitHub Profile
@codingedgar
codingedgar / package.json
Last active August 13, 2018 03:13
Un buen flujo de trabajo en Node.js: tests con Jest
{
"name": "jest",
"version": "1.0.0",
"main": "sum.js",
"repository": "git@gist.github.com:87a5d1b26cf2becc5d826d224c5b13f0.git",
"author": "EdgarJRG <edgarj_rodriguezg@hotmail.com>",
"license": "MIT",
"scripts": {
"test": "jest"
},