UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

11 lines (7 loc) 240 B
module( "traversing" ); test( ".andSelf", function( assert ) { assert.expect( 1 ); expectWarning( "andSelf", function() { jQuery( "<div id='outer'><div id='inner'></div></div>" ).find( ".inner" ).andSelf(); } ); } );