diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-10-31 17:29:59 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-11-02 12:52:22 -0400 |
commit | 4673c8808b8b08302268de7961d9a772c29af47a (patch) | |
tree | e86b7deca9521a18498a26612c90b8178c0c3c8e /tests | |
parent | 622a129a4df9aa8f606b8af0558e2cdb76b102d4 (diff) | |
download | jquery-ui-4673c8808b8b08302268de7961d9a772c29af47a.tar.gz jquery-ui-4673c8808b8b08302268de7961d9a772c29af47a.zip |
Build: Add jQuery 3.1.1
Closes gh-1766
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/qunit.js | 2 | ||||
-rw-r--r-- | tests/unit/subsuite.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index c81f11622..15f3e96b1 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -30,7 +30,7 @@ QUnit.config.urlConfig.push( { "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", "3.0.0", - "3.1.0", + "3.1.0", "3.1.1", "git", "custom" ], tooltip: "Which jQuery Core version to test against" diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index 0880c6fcd..e8a2c72fa 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -11,7 +11,7 @@ var versions = [ "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", "3.0.0", - "3.1.0", + "3.1.0", "3.1.1", "git", "custom" ], additionalTests = { |