diff options
Diffstat (limited to 'test/unit/effects.js')
-rw-r--r-- | test/unit/effects.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/effects.js b/test/unit/effects.js index 40c5d341b..9b3679835 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -1,7 +1,7 @@ ( function() { // Can't test what ain't there -if ( !jQuery.fx ) { +if ( !includesModule( "effects" ) ) { return; } |