From d2f577f13b545cea7e0ade31cd42e61831a559dd Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Mon, 27 Jul 2020 21:03:48 +0200 Subject: Tests: Update jQuery Migrate from 3.3.0 to 3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That upgrade makes UI pass the whole test suite without a single jQuery Migrate warning. 🎉 Closes gh-1932 --- tests/lib/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/bootstrap.js') diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index d0c489dc0..6178e5052 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -123,7 +123,7 @@ function migrateUrl() { if ( jqueryVersion === "git" ) { url = "https://code.jquery.com/jquery-migrate-git"; } else if ( jqueryVersion[ 0 ] === "3" ) { - url = "../../../external/jquery-migrate-3.3.0/jquery-migrate"; + url = "../../../external/jquery-migrate-3.3.1/jquery-migrate"; } else if ( jqueryVersion[ 0 ] === "1" || jqueryVersion[ 0 ] === "2" ) { url = "../../../external/jquery-migrate-1.4.1/jquery-migrate"; } else if ( jqueryVersion === "custom" ) { -- cgit v1.2.3