add chrome launcher to karma config

This commit is contained in:
Vladimir Agafonkin 2013-11-10 13:08:43 +02:00
parent 18be02fbba
commit 0d249e34c6

View File

@ -19,7 +19,7 @@ module.exports = function (config) {
// base path, that will be used to resolve files and exclude
basePath: '../',
plugins: ['karma-mocha', 'karma-phantomjs-launcher'],
plugins: ['karma-mocha', 'karma-phantomjs-launcher', 'karma-chrome-launcher'],
// frameworks to use
frameworks: ['mocha'],