Skip to content

Instantly share code, notes, and snippets.

@codingedgar
Last active August 13, 2018 02:58
Show Gist options
  • Save codingedgar/c4bb659e94396e56342eb95bf5b52ce0 to your computer and use it in GitHub Desktop.
Save codingedgar/c4bb659e94396e56342eb95bf5b52ce0 to your computer and use it in GitHub Desktop.
Un buen flujo de trabajo en Node.js: tests con Jest
jest_desde_cero:
rm -rf ./jest
mkdir jest
cd ./jest && \
git clone https://gist.github.com/87a5d1b26cf2becc5d826d224c5b13f0.git . && \
yarn install --prefer-offline && \
npx jest --init && \
yarn test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment