QUnit.module( "traversing" ); QUnit.test( ".andSelf", function( assert ) { assert.expect( 1 ); expectWarning( assert, "andSelf", function() { jQuery( "
" ).find( ".inner" ).andSelf(); } ); } );