Skip to content

Commit 74f8a0a

Browse files
committed
Tests: Load jquery-1-7 before other modules
1 parent 6fdd0e3 commit 74f8a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function migrateUrl() {
174174

175175
// Load the jQuery fixes, if necessary
176176
if ( parseFloat( parseUrl().jquery ) < 3 ) {
177-
modules.push( "ui/jquery-1-7" );
177+
modules.unshift( "ui/jquery-1-7" );
178178
}
179179

180180
requireTests( modules, noBackCompat );

0 commit comments

Comments
 (0)