0 votes
in IONIC by

Q. How to install Jest using yarn?

(1)yarn install –dev jest

(2)yarn add --dev jest

(3)yarn install --save--dev jest

(4)yarn add –save--dev jest

1 Answer

0 votes
by

Ans is 

yarn add --dev jest

...