From 74f8a0ac952f6f45f773312292baef1c26d81300 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 31 May 2017 14:09:05 -0400 Subject: [PATCH] Tests: Load `jquery-1-7` before other modules --- tests/lib/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5