Skip to content

Commit 63f8bb7

Browse files
committed
testrunner: Misc
1 parent 0a1b0db commit 63f8bb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/event.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,9 @@ test("jQuery.Event.currentTarget", function(){
429429
$elem.trigger('click');
430430
// Native event (#4033)
431431
triggerEvent( $elem[0], 'click' );
432+
433+
// Cleanup
434+
$elem.unbind();
432435
});
433436

434437
test("toggle(Function, Function, ...)", function() {

0 commit comments

Comments
 (0)