diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/core/core.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js index 0d25e22d8..1eaa055e5 100644 --- a/tests/unit/core/core.js +++ b/tests/unit/core/core.js @@ -2,7 +2,8 @@ define( [ "jquery", "lib/common", "ui/core", - "ui/form" + "ui/form", + "ui/labels" ], function( $, common ) { module( "core - jQuery extensions" ); |