aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/bootstrap.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index e0df9ebf5..b86444139 100644
--- a/tests/lib/bootstrap.js
+++ b/tests/lib/bootstrap.js
@@ -171,14 +171,6 @@ function migrateUrl() {
}
}
- var jQueryVersion = parseUrl().jquery;
-
- // Load the jQuery fixes, if necessary
- if ( !jQueryVersion ||
- ( jQueryVersion.indexOf( "git" ) === -1 && parseFloat( jQueryVersion ) < 4 ) ) {
- modules.unshift( "ui/jquery-patch" );
- }
-
requireTests( modules, { backCompat: backCompat } );
} )();