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

Unified Diff: Tools/GardeningServer/karma.conf.js

Issue 464003002: Convert net.js & net_unittests.js to html files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include tests in karma Created 6 years, 4 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 | Tools/GardeningServer/lib/net.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/karma.conf.js
diff --git a/Tools/GardeningServer/karma.conf.js b/Tools/GardeningServer/karma.conf.js
index 875ef7cdf35c1c9405614d35dd9a821d7cc7d76c..ec5cfb2ce3ebc358acfb1d3ba5b0578dfb818cbd 100644
--- a/Tools/GardeningServer/karma.conf.js
+++ b/Tools/GardeningServer/karma.conf.js
@@ -30,6 +30,7 @@ module.exports = function(config) {
'polymer-load-warning.html',
{pattern: 'model/*.html', included: false},
{pattern: 'lib/*.html', included: false},
+ 'lib/test/*.html',
'model/test/*.html',
'scripts/*.js',
{pattern: 'ui/*.html', included: false},
« no previous file with comments | « no previous file | Tools/GardeningServer/lib/net.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698