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

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

Issue 464163002: Sheriff-o-Matic: Convert some more ui tests to mocha (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Tools/GardeningServer/karma.conf.js
diff --git a/Tools/GardeningServer/karma.conf.js b/Tools/GardeningServer/karma.conf.js
index ec5cfb2ce3ebc358acfb1d3ba5b0578dfb818cbd..d945116cb85ddd26ec847bbdb1b64121682a3855 100644
--- a/Tools/GardeningServer/karma.conf.js
+++ b/Tools/GardeningServer/karma.conf.js
@@ -15,6 +15,7 @@ module.exports = function(config) {
client: {
mocha: {
ui: 'bdd',
+ checkLeaks: true,
ojan 2014/08/13 00:30:28 just curious, what does this do?
michaelpg 2014/08/13 00:41:09 Checks for global variables being set (window.net
globals: ['net']
}
},
@@ -28,8 +29,9 @@ module.exports = function(config) {
{pattern: 'bower_components/**/*.{js,html,css,map}', included: false},
'node_modules/mocha/mocha.js',
'polymer-load-warning.html',
- {pattern: 'model/*.html', included: false},
+ {pattern: 'base/*.html', included: false},
{pattern: 'lib/*.html', included: false},
+ {pattern: 'model/*.html', included: false},
'lib/test/*.html',
'model/test/*.html',
'scripts/*.js',
« no previous file with comments | « no previous file | Tools/GardeningServer/run-unittests.html » ('j') | Tools/GardeningServer/ui/test/ct-test-list-tests.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698