| Index: karma.conf.js
|
| diff --git a/karma.conf.js b/karma.conf.js
|
| index 44aba5e708d4b9a5467452a5d53958747035d765..279e5c1e107fea7109507b9aaf07a38bae0a3236 100644
|
| --- a/karma.conf.js
|
| +++ b/karma.conf.js
|
| @@ -22,10 +22,10 @@ module.exports = function(config) {
|
| 'test/codegen/expect/matcher/matcher.js',
|
| 'test/codegen/expect/unittest/unittest.js',
|
| 'test/codegen/expect/syncstar_syntax.js',
|
| - 'test/codegen/expect/language-all.js',
|
| + 'test/codegen/expect/language/**.js',
|
| 'test/codegen/expect/language/sub/sub.js',
|
| 'test/codegen/expect/language/*.lib',
|
| - 'test/codegen/expect/lib-typed_data-all.js',
|
| + 'test/codegen/expect/lib-typed_data/**.js',
|
| 'test/browser/*.js',
|
| 'test-main.js',
|
| ],
|
| @@ -89,7 +89,7 @@ module.exports = function(config) {
|
| };
|
|
|
| if (process.env.TRAVIS) {
|
| - configuration.browsers = ['chrome_canary_travis', 'Electron'];
|
| + configuration.browsers = ['chrome_canary_travis'];
|
| configuration.autoWatch = false;
|
| // Enable this for more logging on Travis. It is too much for Travis to
|
| // automatically display, but still results in a downloadable raw log.
|
|
|