Chromium Code Reviews| Index: karma.conf.js |
| diff --git a/karma.conf.js b/karma.conf.js |
| index 61e8442c4d330199e4e702808395305c54ed7102..2e84a2ed7b43ccd8f1bcaee1b0df12dac9e5c53a 100644 |
| --- a/karma.conf.js |
| +++ b/karma.conf.js |
| @@ -83,7 +83,7 @@ module.exports = function(config) { |
| }, |
| }, |
| - browsers: ['ChromeCanary', 'Electron'], |
| + browsers: ['Chrome'], |
| // Continuous Integration mode |
| // if true, Karma captures browsers, runs the tests and exits |