From dc8b1c8bb93bc213962dc5e2ba583ddf56395b08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 7 Jul 2016 09:07:54 -0400 Subject: [PATCH] Tests: Add jQuery 3.0.0 to missing systems --- build/tasks/testswarm.js | 1 + tests/unit/subsuite.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index bcbd12212..68e5e3e28 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -4,6 +4,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", + "3.0": "3.0.0", "2.2": "2.2.0 2.2.1 2.2.2 2.2.3 2.2.4", "2.1": "2.1.0 2.1.1 2.1.2 2.1.3 2.1.4", "2.0": "2.0.0 2.0.1 2.0.3", diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index 18fa53e98..c75868838 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -10,7 +10,8 @@ var versions = [ "2.0.0", "2.0.1", "2.0.2", "2.0.3", "2.1.0", "2.1.1", "2.1.2", "2.1.3", "2.1.4", "2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.4", - "git" + "3.0.0", + "git", "custom" ], additionalTests = { -- 2.39.5