diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-12-30 23:56:30 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-01-14 14:03:23 +0100 |
commit | 3481f50bfcf02865857d390a1caa511003a40c13 (patch) | |
tree | cc318dcbf1cc6b95ab944d7a7606a36fdcc5b428 | |
parent | d193d0ba8532206763b666bcc62665b357aef021 (diff) | |
download | jquery-ui-3481f50bfcf02865857d390a1caa511003a40c13.tar.gz jquery-ui-3481f50bfcf02865857d390a1caa511003a40c13.zip |
Tests: Add the 3.x-git jQuery version to the dropdown
Closes gh-1905
-rw-r--r-- | tests/lib/qunit.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" } ); |