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

Unified Diff: karma.conf.js

Issue 1924423002: Reenable typed_data and html tests (Closed) Base URL: https://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/lib/html/js_typed_interop_default_arg_test_default_value_multi.dart » ('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 a3920d0d5f97f2315f66c46e3f71821ea321a84c..61e8442c4d330199e4e702808395305c54ed7102 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -26,8 +26,8 @@ module.exports = function(config) {
'test/codegen/expect/language/**.js',
'test/codegen/expect/language/sub/sub.js',
'test/codegen/expect/language/*.lib',
- 'test/codegen/expect/lib-typed_data/**.js',
- 'test/codegen/expect/lib-html/**.js',
+ 'test/codegen/expect/lib/typed_data/**.js',
+ 'test/codegen/expect/lib/html/**.js',
'test/browser/*.js',
'test-main.js',
],
« no previous file with comments | « no previous file | test/codegen/lib/html/js_typed_interop_default_arg_test_default_value_multi.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698