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

Unified Diff: karma.conf.js

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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') | lib/runtime/_classes.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 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',
'test/browser/*.js',
'test-main.js',
],
« no previous file with comments | « .gitignore ('k') | lib/runtime/_classes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698