diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-16 08:27:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 08:27:27 +0200 |
commit | d37ebc624da1432bd58e5131805a821e163277ce (patch) | |
tree | 94aa522136adc4a55b7d4d85f32926ff6ef53f81 /tests/unit | |
parent | 512cbbf4d9d039519ef9c94716d7048ca2ff582f (diff) | |
download | jquery-ui-d37ebc624da1432bd58e5131805a821e163277ce.tar.gz jquery-ui-d37ebc624da1432bd58e5131805a821e163277ce.zip |
Build: Add jQuery 3.5.0 & 3.5.1
Closes gh-1915
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/subsuite.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index 3ffb04366..aa87102f0 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -15,6 +15,7 @@ var versions = [ "3.2.0", "3.2.1", "3.3.0", "3.3.1", "3.4.0", "3.4.1", + "3.5.0", "3.5.1", "3.x-git", "git", "custom" ], additionalTests = { |