aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core/selector.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/core/selector.js')
-rw-r--r--tests/unit/core/selector.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/core/selector.js b/tests/unit/core/selector.js
index ff4bb064a..14f1de70e 100644
--- a/tests/unit/core/selector.js
+++ b/tests/unit/core/selector.js
@@ -1,6 +1,7 @@
define( [
"jquery",
- "ui/core"
+ "ui/core",
+ "ui/data"
], function( $ ) {
module( "core - selectors" );