diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-07-06 09:45:29 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2016-07-06 09:45:29 -0400 |
commit | 71b93ed2473313f5f95439fb6f287ee22d0e19e1 (patch) | |
tree | 08e3bb10b9f563c9eca88e29ed27833eaa23f7aa /tests | |
parent | 3a9a3c7c5bfa8d5695c74385e34d3f4cbb06472b (diff) | |
download | jquery-ui-71b93ed2473313f5f95439fb6f287ee22d0e19e1.tar.gz jquery-ui-71b93ed2473313f5f95439fb6f287ee22d0e19e1.zip |
Build: Add jQuery 3.0 for testing
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/qunit.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index 890d434df..2e5d0591b 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -29,6 +29,7 @@ QUnit.config.urlConfig.push( { "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", + "3.0.0", "git", "custom" ], tooltip: "Which jQuery Core version to test against" |