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

Unified Diff: karma.conf.js

Issue 1945153002: Add corelib tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: error_test and range_error_test now pass 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 | test/browser/language_tests.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 2e84a2ed7b43ccd8f1bcaee1b0df12dac9e5c53a..6d505550b41401a5e8c78f09705e203696fffde2 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -26,6 +26,7 @@ module.exports = function(config) {
'test/codegen/expect/language/**.js',
'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/html/**.js',
'test/browser/*.js',
« no previous file with comments | « no previous file | test/browser/language_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698