how to install jest

Shell
npm install --save-dev jest

// Yarn
yarn add --dev jest
Source

Also in Shell: