aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2013-09-20 18:15:55 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2013-09-20 18:27:07 +0200
commit9ef09edc797566e81f20682ab93208c9076341b5 (patch)
treeaec3a27ec189528549453c59639482c26c33dc2d /tests
parent041e0ec49267fbd5a8a967ea111527fd14332161 (diff)
downloadjquery-ui-9ef09edc797566e81f20682ab93208c9076341b5.tar.gz
jquery-ui-9ef09edc797566e81f20682ab93208c9076341b5.zip
Build: Remove the build task and it's dependencies. Will bring back testing against minified files later.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/testsuite.js4
1 files changed, 4 insertions, 0 deletions
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() {