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 /tests/unit | |
parent | ba91b324ab32ade74356adc48d2ee0e2c7b1e078 (diff) | |
download | jquery-ui-dc8b1c8bb93bc213962dc5e2ba583ddf56395b08.tar.gz jquery-ui-dc8b1c8bb93bc213962dc5e2ba583ddf56395b08.zip |
Tests: Add jQuery 3.0.0 to missing systems
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/subsuite.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 = { |