Index: karma.conf.js |
diff --git a/karma.conf.js b/karma.conf.js |
index 06e1bb2b9a75306c3e759ff62a682ff942625529..424762d9dbeaa3a69a2f1565a9268044961726fb 100644 |
--- a/karma.conf.js |
+++ b/karma.conf.js |
@@ -24,6 +24,8 @@ module.exports = function(config) { |
'test/codegen/expect/async_helper/async_helper.js', |
'test/codegen/expect/dom/dom.js', |
'test/codegen/expect/expect/expect.js', |
+ 'test/codegen/expect/matcher/matcher.js', |
+ 'test/codegen/expect/matcher/src/*.js', |
vsm
2015/08/28 00:05:54
Are these supposed to be checked in with this CL?
Jennifer Messerly
2015/08/28 16:09:20
no. I added them to the gitignore.
|
'test/codegen/expect/unittest/unittest.js', |
'test/codegen/expect/syncstar_syntax.js', |
'test/codegen/expect/language/*.js', |