Skip to content

Commit 728d206

Browse files
committed
chore(karma): use ChromeCanary as the default for JS
1 parent b219963 commit 728d206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-js.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function(config) {
4646
base: 'Dartium',
4747
flags: ['--enable-experimental-web-platform-features'] }
4848
},
49-
browsers: ['DartiumWithWebPlatform'],
49+
browsers: ['ChromeCanary'],
5050
});
5151

5252
config.plugins.push(require('./tools/transpiler/karma-traceur-preprocessor'));

0 commit comments

Comments
 (0)