Code for Professional ReactJS course by Chris Minnick
-
Change the current directory to
setUpTest
.cd setUpTest
-
Install the dependencies.
npm install
-
Run the test script.
npm test
If the tests pass, you're ready to move on.
Code for Professional ReactJS course by Chris Minnick
Code for Professional ReactJS course by Chris Minnick
Change the current directory to setUpTest
.
cd setUpTest
Install the dependencies.
npm install
Run the test script.
npm test
If the tests pass, you're ready to move on.
Code for Professional ReactJS course by Chris Minnick