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 14f1de70e..dee24809e 100644
--- a/tests/unit/core/selector.js
+++ b/tests/unit/core/selector.js
@@ -1,7 +1,8 @@
define( [
"jquery",
"ui/core",
- "ui/data"
+ "ui/data",
+ "ui/focusable"
], function( $ ) {
module( "core - selectors" );