aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/core/selector.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/core/selector.js b/tests/unit/core/selector.js
index dee24809e..e553e769d 100644
--- a/tests/unit/core/selector.js
+++ b/tests/unit/core/selector.js
@@ -1,8 +1,9 @@
define( [
"jquery",
- "ui/core",
"ui/data",
- "ui/focusable"
+ "ui/escape-selector",
+ "ui/focusable",
+ "ui/tabbable"
], function( $ ) {
module( "core - selectors" );