add chrome launcher to karma config
This commit is contained in:
parent
18be02fbba
commit
0d249e34c6
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user