Answers for "how to install jest"

5

how to install jest

npm install --save-dev jest

// Yarn
yarn add --dev jest
Posted by: Guest on June-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language