From 3cb9ab723a23462d5b4e1959db267fd6d147ef40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 23 Apr 2012 10:47:43 -0400 Subject: [PATCH] Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability. --- tests/unit/testsuite.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 6720000f1..7e505979c 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -10,6 +10,7 @@ function includeScript( url ) { document.write( "" ); } +QUnit.config.urlConfig.push( "min" ); TestHelpers.loadResources = QUnit.urlParams.min ? function() { // TODO: proper include with theme images @@ -25,6 +26,7 @@ TestHelpers.loadResources = QUnit.urlParams.min ? }); }; +QUnit.config.urlConfig.push( "nojshint" ); function testJshint( widget ) { if ( QUnit.urlParams.nojshint ) { return; -- 2.39.5