aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/testsuite.js')
-rw-r--r--tests/unit/testsuite.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js
index 9a16e9d0c..d152f84cd 100644
--- a/tests/unit/testsuite.js
+++ b/tests/unit/testsuite.js
@@ -37,13 +37,3 @@ function commonWidgetTests(widget, settings) {
testWidgetDefaults(widget, settings.defaults);
testWidgetOverrides(widget);
}
-
-// load testswarm agent
-(function() {
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( !url || url.indexOf("http") !== 0 ) {
- return;
- }
- document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
-})();