Setting up Karma Test Runner Installation $ npm install karma or $ npm -g install karma $ karma init will start config file files = [] will load app files autoWatch: true will watch code browsers = ['Chrome'] $ karma karma.conf.js will execute the unit tests