chore(karma): use ChromeCanary as the default for JS

Closes #56
This commit is contained in:
Chirayu Krishnappa 2014-10-02 13:38:12 -07:00
parent e4ce69dcc7
commit 774901c225
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module.exports = function(config) {
base: 'Dartium',
flags: ['--enable-experimental-web-platform-features'] }
},
browsers: ['DartiumWithWebPlatform'],
browsers: ['ChromeCanary'],
});
config.plugins.push(require('./tools/transpiler/karma-traceur-preprocessor'));