| Index: karma.conf.js
|
| diff --git a/karma.conf.js b/karma.conf.js
|
| index 3fa326b87d211ff31b5b769de07065dc88c7cf94..f46e92688044ba952f714ffb05ff59ba19e2deb0 100644
|
| --- a/karma.conf.js
|
| +++ b/karma.conf.js
|
| @@ -77,7 +77,7 @@ module.exports = function(config) {
|
| flags: ['--no-sandbox --js-flags="--harmony-arrow-functions --harmony-classes --harmony-computed-property-names"']
|
| },
|
| },
|
| - browsers: ['chrome_harmony'],
|
| + browsers: ['chrome_canary_harmony'],
|
|
|
| // Continuous Integration mode
|
| // if true, Karma captures browsers, runs the tests and exits
|
|
|