diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-07-06 12:09:56 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2016-07-06 12:09:56 -0400 |
commit | 77ff328cbe8a662f52178020d202dc1bfb560fd8 (patch) | |
tree | ec0ad0673fd5aa5fde8b9e45a99f9bb8d7e88c30 /tests | |
parent | 622959b0116d7af0a0b642c4940cd8c0bdd88094 (diff) | |
download | jquery-ui-1-11-stable.tar.gz jquery-ui-1-11-stable.zip |
Build: Add jQuery 3.0 for testing1-11-stable
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/testsuite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 0ef5d2117..fe0595c75 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -66,7 +66,7 @@ QUnit.config.urlConfig.push({ value: [ "1.6.0", "1.6.1", "1.6.2", "1.6.3", "1.6.4", "1.7.0", "1.7.1", "1.7.2", "1.8.0", "1.8.1", "1.8.2", "1.8.3", "1.9.0", "1.9.1", "1.10.0", - "1.10.1", "1.10.2", "2.0.0", "2.0.1", "2.0.2", "2.0.3", "git" + "1.10.1", "1.10.2", "2.0.0", "2.0.1", "2.0.2", "2.0.3", "3.0.0", "git" ], tooltip: "Which jQuery Core version to test against" }); |