From: Scott González Date: Wed, 31 May 2017 18:09:05 +0000 (-0400) Subject: Tests: Load `jquery-1-7` before other modules X-Git-Tag: 1.13.0-alpha.1~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1854%2Fhead;p=jquery-ui.git Tests: Load `jquery-1-7` before other modules --- diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 7f1e12dd0..487b3b807 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -174,7 +174,7 @@ function migrateUrl() { // Load the jQuery fixes, if necessary if ( parseFloat( parseUrl().jquery ) < 3 ) { - modules.push( "ui/jquery-1-7" ); + modules.unshift( "ui/jquery-1-7" ); } requireTests( modules, noBackCompat );