aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-16 09:14:58 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:36 -0400
commit64076ecfb5870130d89733ff34668fdd18683f9b (patch)
tree57ee9671983872f4cd92011c7d6b0c1128906a25 /tests/unit
parent47188b792617a0030ccec07c6df27335dc3aa430 (diff)
downloadjquery-ui-64076ecfb5870130d89733ff34668fdd18683f9b.tar.gz
jquery-ui-64076ecfb5870130d89733ff34668fdd18683f9b.zip
Core: Move form method into its own module
Ref #9647
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/core/core.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js
index ac9f28e00..0d25e22d8 100644
--- a/tests/unit/core/core.js
+++ b/tests/unit/core/core.js
@@ -1,7 +1,8 @@
define( [
"jquery",
"lib/common",
- "ui/core"
+ "ui/core",
+ "ui/form"
], function( $, common ) {
module( "core - jQuery extensions" );