Skip to content

Commit dc8b1c8

Browse files
committed
Tests: Add jQuery 3.0.0 to missing systems
1 parent ba91b32 commit dc8b1c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = function( grunt ) {
44

55
var versions = {
66
"git": "git",
7+
"3.0": "3.0.0",
78
"2.2": "2.2.0 2.2.1 2.2.2 2.2.3 2.2.4",
89
"2.1": "2.1.0 2.1.1 2.1.2 2.1.3 2.1.4",
910
"2.0": "2.0.0 2.0.1 2.0.3",

tests/unit/subsuite.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ var versions = [
1010
"2.0.0", "2.0.1", "2.0.2", "2.0.3",
1111
"2.1.0", "2.1.1", "2.1.2", "2.1.3", "2.1.4",
1212
"2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.4",
13-
"git"
13+
"3.0.0",
14+
"git", "custom"
1415
],
1516
additionalTests = {
1617

0 commit comments

Comments
 (0)