0 votes
in AngularJS Packaging and Testing by
How to install Karma using NPM?

1 Answer

0 votes
by
After installing Node.js, we can install the Karma test runner by running npm install karma --save-dev command.
...