From 2c92f1074718ee23081765da0b86a8e3fe906874 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 15 Jul 2015 18:14:26 -0400 Subject: Core: Move labels into its own module Ref #9647 --- tests/unit/core/core.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/core') 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" ); -- cgit v1.2.3