Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the command to install Jest and the babel-jest?
Home
Framework
IONIC
What is the command to install Jest and the babel-jest?
0
votes
asked
Jul 23, 2020
in
IONIC
by
Hodge
Q. 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
#jest
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 23, 2020
by
Hodge
Ans is
npm install --save-dev jest babel-jest
...