From 3481f50bfcf02865857d390a1caa511003a40c13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 30 Dec 2019 23:56:30 +0100 Subject: [PATCH] Tests: Add the 3.x-git jQuery version to the dropdown Closes gh-1905 --- tests/lib/qunit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index 4c5ec3812..ab8183361 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -34,7 +34,7 @@ QUnit.config.urlConfig.push( { "3.2.0", "3.2.1", "3.3.0", "3.3.1", "3.4.0", "3.4.1", - "git", "custom" + "3.x-git", "git", "custom" ], tooltip: "Which jQuery Core version to test against" } ); -- 2.39.5