From 9ef09edc797566e81f20682ab93208c9076341b5 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Fri, 20 Sep 2013 18:15:55 +0200 Subject: Build: Remove the build task and it's dependencies. Will bring back testing against minified files later. --- tests/unit/testsuite.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index cef24e93b..83d69d2d9 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -27,11 +27,15 @@ QUnit.reset = function() { QUnit.config.requireExpects = true; +/* +// TODO: Add back the ability to test against minified files +// see QUnit.urlParams.min usage below QUnit.config.urlConfig.push({ id: "min", label: "Minified source", tooltip: "Load minified source files instead of the regular unminified ones." }); +*/ TestHelpers.loadResources = QUnit.urlParams.min ? function() { -- cgit v1.2.3