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

Unified Diff: karma.conf.js

Issue 1321683004: use the real matchers for running language tests (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: add TODO Created 5 years, 4 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
« no previous file with comments | « .gitignore ('k') | test/codegen/expect/unittest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « .gitignore ('k') | test/codegen/expect/unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698