install jest globally code example
Example 1: installing eslint globally
npm install -g eslint
Example 2: how to install jest
npm install --save-dev jest
// Yarn
yarn add --dev jest
npm install -g eslint
npm install --save-dev jest
// Yarn
yarn add --dev jest