diff options
Diffstat (limited to 'tests/unit/progressbar/progressbar_events.js')
-rw-r--r-- | tests/unit/progressbar/progressbar_events.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/progressbar/progressbar_events.js b/tests/unit/progressbar/progressbar_events.js index 95effda75..ed3da169a 100644 --- a/tests/unit/progressbar/progressbar_events.js +++ b/tests/unit/progressbar/progressbar_events.js @@ -1,3 +1,5 @@ +(function( $ ) { + module( "progressbar: events" ); test( "create", function() { @@ -49,3 +51,5 @@ test( "complete", function() { value = 100; element.progressbar( "value", value ); }); + +}( jQuery ) ); |