aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2023-01-15 21:41:18 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2023-01-15 21:41:18 +0100
commit3286792ec5a6e4af3d5fcc5ad899fc9c0100d852 (patch)
treee0dc9e4bf38a9624d4b8ea5c0499b90895d4ddeb /tests
parent827abdfccd13033a7cd0c5d83b213d38f20a4fa2 (diff)
downloadjquery-ui-3286792ec5a6e4af3d5fcc5ad899fc9c0100d852.tar.gz
jquery-ui-3286792ec5a6e4af3d5fcc5ad899fc9c0100d852.zip
Build: Add jQuery 3.6.1-3.6.3, update Migrate to 3.4.0
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/bootstrap.js4
-rw-r--r--tests/lib/qunit.js2
-rw-r--r--tests/unit/subsuite.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index 1f80b33b9..277fecca7 100644
--- a/tests/lib/bootstrap.js
+++ b/tests/lib/bootstrap.js
@@ -1,7 +1,7 @@
( function() {
"use strict";
-var DEFAULT_JQUERY_VERSION = "3.6.0";
+var DEFAULT_JQUERY_VERSION = "3.6.3";
requirejs.config( {
paths: {
@@ -123,7 +123,7 @@ function migrateUrl() {
if ( jqueryVersion === "git" ) {
url = "https://releases.jquery.com/git/jquery-migrate-git";
} else if ( jqueryVersion[ 0 ] === "3" ) {
- url = "../../../external/jquery-migrate-3.3.2/jquery-migrate";
+ url = "../../../external/jquery-migrate-3.4.0/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 425f0fc8f..a334861cc 100644
--- a/tests/lib/qunit.js
+++ b/tests/lib/qunit.js
@@ -29,7 +29,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.6.0", "3.6.1", "3.6.2", "3.6.3",
"3.x-git", "git", "custom"
],
tooltip: "Which jQuery Core version to test against"
diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js
index 8d594588c..545c5a453 100644
--- a/tests/unit/subsuite.js
+++ b/tests/unit/subsuite.js
@@ -16,7 +16,7 @@ var versions = [
"3.3.0", "3.3.1",
"3.4.0", "3.4.1",
"3.5.0", "3.5.1",
- "3.6.0",
+ "3.6.0", "3.6.1", "3.6.2", "3.6.3",
"3.x-git", "git", "custom"
],
additionalTests = {