aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/bootstrap.js2
-rw-r--r--tests/lib/qunit.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index 6178e5052..5dcc2702e 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.1/jquery-migrate";
+ url = "../../../external/jquery-migrate-3.3.2/jquery-migrate";
} else if ( jqueryVersion[ 0 ] === "1" || jqueryVersion[ 0 ] === "2" ) {
url = "../../../external/jquery-migrate-1.4.1/jquery-migrate";
} else if ( jqueryVersion === "custom" ) {
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js
index 939e5b01c..1395e7c84 100644
--- a/tests/lib/qunit.js
+++ b/tests/lib/qunit.js
@@ -34,6 +34,7 @@ QUnit.config.urlConfig.push( {
"3.3.0", "3.3.1",
"3.4.0", "3.4.1",
"3.5.0", "3.5.1",
+ "3.6.0",
"3.x-git", "git", "custom"
],
tooltip: "Which jQuery Core version to test against"