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

Unified Diff: karma.conf.js

Issue 1965563003: Update dart:convert and dart:core Uri. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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 | lib/runtime/dart_sdk.js » ('j') | test/browser/language_tests.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 6725bea996d4f4b91c72a4b4a7fc6cea686e9f7f..01d2cb5ea4d7fc25b777fa077e1ff51f9899956f 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -29,8 +29,9 @@ module.exports = function(config) {
'test/codegen/expect/language/sub/sub.js',
'test/codegen/expect/language/*.lib',
'test/codegen/expect/corelib/**.js',
- 'test/codegen/expect/lib/typed_data/**.js',
+ 'test/codegen/expect/lib/convert/**.js',
'test/codegen/expect/lib/html/**.js',
+ 'test/codegen/expect/lib/typed_data/**.js',
'test/browser/*.js',
'test-main.js',
],
« no previous file with comments | « no previous file | lib/runtime/dart_sdk.js » ('j') | test/browser/language_tests.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698