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

Related questions

0 votes
0 votes
asked Jul 23, 2020 in IONIC by Hodge
0 votes
asked Jul 23, 2020 in IONIC by Hodge
...