diff --git a/tests/accordion.js b/tests/accordion.js index c0e3edfc5..1fbd1e20c 100644 --- a/tests/accordion.js +++ b/tests/accordion.js @@ -1,3 +1,8 @@ +/* + * accordion unit tests + */ +(function($) { + module("accordion"); jQuery.ui.accordion.defaults.animated = false; @@ -75,4 +80,6 @@ test("activate, jQuery or DOM element", function() { state(ac, 1, 0, 0); ac.accordion("activate", $("#list1 a")[1]); state(ac, 0, 1, 0); -}); \ No newline at end of file +}); + +})(jQuery); diff --git a/tests/all.html b/tests/all.html index b83b30fe2..99e53db39 100644 --- a/tests/all.html +++ b/tests/all.html @@ -44,6 +44,10 @@
+
+
+