Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
[jquery.git] / test / unit / effects.js
similarity index 99%
rename from test/unit/fx.js
rename to test/unit/effects.js
index b959799..2c5616d 100644 (file)
@@ -1,4 +1,4 @@
-module("fx");
+module("effects");
 
 test("show()", function() {
        expect(16);
@@ -619,4 +619,4 @@ test("animate with per-property easing", function(){
                ok(_default_test_called, "Easing function (_default) called");
        });
        
-});
\ No newline at end of file
+});