Skip to content

Commit 3e3be70

Browse files
committed
Build: Allow to run tests against jQuery 3.x-git
1 parent 9da36fd commit 3e3be70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function jqueryUrl() {
104104
var version = parseUrl().jquery || DEFAULT_JQUERY_VERSION;
105105
var url;
106106

107-
if ( version === "git" ) {
107+
if ( version === "git" || version === "3.x-git" ) {
108108
url = "https://code.jquery.com/jquery-" + version;
109109
} else {
110110
url = "../../../external/jquery-" + version + "/jquery";

0 commit comments

Comments
 (0)