From: Michał Gołębiowski-Owczarek Date: Mon, 30 Dec 2019 22:56:30 +0000 (+0100) Subject: Tests: Add the 3.x-git jQuery version to the dropdown X-Git-Tag: 1.13.0-alpha.1~58 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3481f50bfcf02865857d390a1caa511003a40c13;p=jquery-ui.git Tests: Add the 3.x-git jQuery version to the dropdown Closes gh-1905 --- 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" } );