diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-07-27 21:03:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 21:03:48 +0200 |
commit | d2f577f13b545cea7e0ade31cd42e61831a559dd (patch) | |
tree | 1a0d78b317bac4f09c7286fa25848720bd040b8d /tests | |
parent | bcdaf1481543457b097cc42be2f2a9ac3db110cf (diff) | |
download | jquery-ui-d2f577f13b545cea7e0ade31cd42e61831a559dd.tar.gz jquery-ui-d2f577f13b545cea7e0ade31cd42e61831a559dd.zip |
Tests: Update jQuery Migrate from 3.3.0 to 3.3.1
That upgrade makes UI pass the whole test suite without a single jQuery Migrate
warning. 🎉
Closes gh-1932
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) { |