aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu/menu_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/menu/menu_common.js')
-rw-r--r--tests/unit/menu/menu_common.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/unit/menu/menu_common.js b/tests/unit/menu/menu_common.js
new file mode 100644
index 000000000..ddcdbebf2
--- /dev/null
+++ b/tests/unit/menu/menu_common.js
@@ -0,0 +1,16 @@
+TestHelpers.commonWidgetTests( "menu", {
+ defaults: {
+ disabled: false,
+ menus: "ul",
+ position: {
+ my: "left top",
+ at: "right top"
+ },
+
+ // callbacks
+ blur: null,
+ create: null,
+ focus: null,
+ select: null
+ }
+});