-
Fork the repo and create your branch from
master
. A guide on how to fork a repository: https://help.github.com/articles/fork-a-repo/Open terminal (e.g. Terminal, iTerm, Git Bash or Git Shell) and type:
git clone https://github.com/<your_username>/jest-runner-eslint cd jest git checkout -b my_branch
Note: Replace
<your_username>
with your GitHub username -
jest-runner-eslint uses Yarn for running development scripts. If you haven't already done so, please install yarn.
-
Run
yarn
.yarn
-
If you've changed APIs, update the documentation.
-
Ensure the test suite passes via
yarn test
. To run the test suite youyarn test