Skip to content

Commit 3481f50

Browse files
committed
Tests: Add the 3.x-git jQuery version to the dropdown
Closes jquerygh-1905
1 parent d193d0b commit 3481f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/qunit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ QUnit.config.urlConfig.push( {
3434
"3.2.0", "3.2.1",
3535
"3.3.0", "3.3.1",
3636
"3.4.0", "3.4.1",
37-
"git", "custom"
37+
"3.x-git", "git", "custom"
3838
],
3939
tooltip: "Which jQuery Core version to test against"
4040
} );

0 commit comments

Comments
 (0)