Command
npm install --save-dev jestExplanation
Jest is a JavaScript testing framework with a focus on simplicity and zero configuration.
Examples
Install Jest
npm install --save-dev jestInstall Jest with TypeScript types
npm install --save-dev jest @types/jestInstall Jest with Yarn
yarn add --dev jest