diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-05-13 22:06:14 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-05-20 14:28:55 -0400 |
commit | 6fd9fc92a372e222e3543f52979c601ac88ad81e (patch) | |
tree | 29da2b23a5594ad754d11b0a767b7cc4c75716a9 /tests/lib/qunit.js | |
parent | 27d746cdd67b29ff53947dbb3c04e16de23e965a (diff) | |
download | jquery-ui-6fd9fc92a372e222e3543f52979c601ac88ad81e.tar.gz jquery-ui-6fd9fc92a372e222e3543f52979c601ac88ad81e.zip |
Tests: Add custom build of core to tests
This adds a custom build which excludes the event/alias and deprecated modules
Fixes #12770
Closes gh-1556
Diffstat (limited to 'tests/lib/qunit.js')
-rw-r--r-- | tests/lib/qunit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index 63f313134..87ef8b662 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -27,7 +27,7 @@ QUnit.config.urlConfig.push({ "1.11.0", "1.11.1", "1.11.2", "1.11.3", "2.0.0", "2.0.1", "2.0.2", "2.0.3", "2.1.0", "2.1.1", "2.1.2", "2.1.3", - "compat-git", "git" + "compat-git", "git", "custom" ], tooltip: "Which jQuery Core version to test against" }); |