Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: karma.conf.js

Issue 1130093007: Create html if needed in server mode (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/devc.dart » ('j') | lib/devc.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | lib/devc.dart » ('j') | lib/devc.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698