diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-07-07 09:07:54 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-07-07 09:07:54 -0400 |
commit | dc8b1c8bb93bc213962dc5e2ba583ddf56395b08 (patch) | |
tree | adeb2036abcc735da06a44db62aea5c7a2dd171b | |
parent | ba91b324ab32ade74356adc48d2ee0e2c7b1e078 (diff) | |
download | jquery-ui-dc8b1c8bb93bc213962dc5e2ba583ddf56395b08.tar.gz jquery-ui-dc8b1c8bb93bc213962dc5e2ba583ddf56395b08.zip |
Tests: Add jQuery 3.0.0 to missing systems
-rw-r--r-- | build/tasks/testswarm.js | 1 | ||||
-rw-r--r-- | tests/unit/subsuite.js | 3 |
2 files changed, 3 insertions, 1 deletions
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 = { |