(function($) { module('effects - Core Effects'); test("Empty Unit", function() { expect(1); equals(0,0, "Unit Tests work"); }); })(jQuery);