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

Unified Diff: karma.conf.js

Issue 1879373004: Implement modular compilation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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
Index: karma.conf.js
diff --git a/karma.conf.js b/karma.conf.js
index c1d91c35d036d57e4e6b3e0be0f8fd1103de4755..a124021d22c6cfd3cc2a3a6c96c037b60661dd9a 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -20,7 +20,6 @@ module.exports = function(config) {
'test/codegen/expect/dom/dom.js',
'test/codegen/expect/expect/expect.js',
'test/codegen/expect/matcher/matcher.js',
- 'test/codegen/expect/matcher/src/*.js',
'test/codegen/expect/unittest/unittest.js',
'test/codegen/expect/syncstar_syntax.js',
'test/codegen/expect/language-all.js',
@@ -82,7 +81,7 @@ module.exports = function(config) {
},
},
- browsers: ['ChromeCanary', 'Electron'],
+ browsers: ['Chrome', 'Electron'],
vsm 2016/04/14 00:18:24 This should work now with the patch I suggested.
Jennifer Messerly 2016/04/14 18:28:40 Ah yeah, I'll try that. Not related to this revie
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits

Powered by Google App Engine
This is Rietveld 408576698