Last active
August 13, 2018 02:58
-
-
Save codingedgar/c4bb659e94396e56342eb95bf5b52ce0 to your computer and use it in GitHub Desktop.
Un buen flujo de trabajo en Node.js: tests con Jest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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