]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Add the 3.x-git jQuery version to the dropdown
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 30 Dec 2019 22:56:30 +0000 (23:56 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 14 Jan 2020 13:03:23 +0000 (14:03 +0100)
Closes gh-1905

tests/lib/qunit.js

index 4c5ec3812f758c3177571f9ec65f1d25db306056..ab8183361d5b2d83994d2eb43fe26e1813febbf8 100644 (file)
@@ -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"
 } );