1.

What is the command to install Jest and the babel-jest?

Answer»

What is the COMMAND to INSTALL Jest and the babel-jest?
(1)$ npm install --save-dev jest babel-jest
(2)$ npm install jest --save-dev babel-jest
(3)$ npm install dev-save jest babel-jest
(4)$ npm install -save-dev jest babel-jest

Answer:-(1)$ npm install --save-dev jest babel-jest



Discussion

No Comment Found