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 |