Tests: Add the 3.x-git jQuery version to the dropdown

Closes gh-1905
This commit is contained in:
Michał Gołębiowski-Owczarek 2019-12-30 23:56:30 +01:00 committed by Michał Gołębiowski-Owczarek
parent d193d0ba85
commit 3481f50bfc

View 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"
} );