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

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

Issue 462453002: Sheriff-O-Matic: Transition more unit tests to mocha. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase and fix 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/test/run-unit-tests.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 a6e71efe3dc3c3b1c95ef60ae36391f63d3abece..72ab227e4d644fbaf85dac51fe1ecbe285215c5d 100644
--- a/Tools/GardeningServer/karma.conf.js
+++ b/Tools/GardeningServer/karma.conf.js
@@ -27,14 +27,18 @@ module.exports = function(config) {
{pattern: 'bower_components/**/*.{js,html,css,map}', watched: true, included: false, served: true},
{pattern: 'node_modules/mocha/mocha.js', watched: true, included: true, served: true},
{pattern: 'polymer-load-warning.html', watched: true, included: false, served: true},
- {pattern: 'model/**/*[^tests].html', watched: true, included: false, served: true},
- {pattern: 'ui/**/*[^tests].{js,html,css}', watched: true, included: false, served: true},
+ {pattern: 'model/*.html', watched: true, included: false, served: true},
+ {pattern: 'model/test/*.html', watched: true, included: true, served: true},
+ {pattern: 'scripts/*.js', watched: true, included: true, served: true},
+ {pattern: 'ui/*.html', watched: true, included: false, served: true},
'ui/test/*',
],
// list of files to exclude
exclude: [
+ 'model/*tests.html',
'scripts/*tests.js',
+ 'ui/*tests.html',
],
// preprocess matching files before serving them to the browser
« no previous file with comments | « no previous file | Tools/GardeningServer/test/run-unit-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698