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

Unified Diff: karma.conf.js

Issue 1930043002: Add all dart:html tests from the sdk to test/codegen. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | test/codegen/expect/html_config.js » ('j') | test/codegen/expect/lib-html-all.js » ('J')
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 44aba5e708d4b9a5467452a5d53958747035d765..08b13fb9e3686143d60a285435f4344391681163 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -19,6 +19,7 @@ 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/js/js.js',
'test/codegen/expect/matcher/matcher.js',
'test/codegen/expect/unittest/unittest.js',
'test/codegen/expect/syncstar_syntax.js',
@@ -26,6 +27,7 @@ module.exports = function(config) {
'test/codegen/expect/language/sub/sub.js',
'test/codegen/expect/language/*.lib',
'test/codegen/expect/lib-typed_data-all.js',
+ 'test/codegen/expect/lib-html-all.js',
vsm 2016/04/28 19:09:21 should be changed to glob as i did with language a
Jacob 2016/04/28 19:30:21 Done.
'test/browser/*.js',
'test-main.js',
],
« no previous file with comments | « no previous file | test/codegen/expect/html_config.js » ('j') | test/codegen/expect/lib-html-all.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698