December 2017
Beginner
372 pages
10h 32m
English
Apart from the Karma-CLI, we also want to install dependencies such as karma, karma-chrome-launcher, karma-jasmine, and jasmine-core. We can do so by using the following command:
npm i karma karma-chrome-launcher karma-jasmine jasmine-core -D
This command installs all the dependencies in the dev dependencies section, which we saw in our package.json.
Read now
Unlock full access