Chromium Code Reviews| Index: karma.conf.js |
| diff --git a/karma.conf.js b/karma.conf.js |
| index db215dd4d6d41327d1480aee8a3fd389af322aa2..9790de67c477c769af655c021180f7344afa26de 100644 |
| --- a/karma.conf.js |
| +++ b/karma.conf.js |
| @@ -21,6 +21,12 @@ module.exports = function(config) { |
| 'lib/runtime/_*.js', |
| 'lib/runtime/dart/*.js', |
| // {pattern: 'test/browser/*.js', included: false} |
| + 'test/codegen/expect/async_helper/async_helper.js', |
| + 'test/codegen/expect/dom/dom.js', |
| + 'test/codegen/expect/expect/expect.js', |
| + 'test/codegen/expect/unittest/unittest.js', |
| + 'test/codegen/expect/syncstar_syntax.js', |
| + 'test/codegen/expect/language/*.js', |
|
vsm
2015/07/27 21:03:24
:-)
|
| 'test/browser/*.js', |
| 'test-main.js', |
| ], |