diff --git a/tests/unit/effects/effects.html b/tests/unit/effects/effects.html index 6afd5c16a..479fc3889 100644 --- a/tests/unit/effects/effects.html +++ b/tests/unit/effects/effects.html @@ -1,36 +1,41 @@ - + - + jQuery UI Core Test Suite - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - diff --git a/tests/unit/effects/effects_core.js b/tests/unit/effects/effects_core.js index 74582947f..bbd5e32a0 100644 --- a/tests/unit/effects/effects_core.js +++ b/tests/unit/effects/effects_core.js @@ -1,10 +1,10 @@ (function($) { -module('effects - Core Effects'); +module( "effects - Core Effects" ); -test("Empty Unit", function() { - expect(1); - equals(0,0, "Unit Tests work"); +test( "Empty Unit", function() { + expect( 1 ); + equals( 0, 0, "Unit Tests work" ); }); })(jQuery);