Skip to content

Commit a3b43ee

Browse files
committed
Tests: Fix jQuery version references to match files in external/
1 parent d3bb0f7 commit a3b43ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/testsuite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ QUnit.config.urlConfig.push({
6464
id: "jquery",
6565
label: "jQuery version",
6666
value: [
67-
"1.6", "1.6.1", "1.6.2", "1.6.3", "1.6.4", "1.7", "1.7.1", "1.7.2",
67+
"1.6.0", "1.6.1", "1.6.2", "1.6.3", "1.6.4", "1.7.0", "1.7.1", "1.7.2",
6868
"1.8.0", "1.8.1", "1.8.2", "1.8.3", "1.9.0", "1.9.1", "1.10.0",
6969
"1.10.1", "1.10.2", "2.0.0", "2.0.1", "2.0.2", "2.0.3", "git"
7070
],

0 commit comments

Comments
 (0)