@ -4,4 +4,9 @@
$('body').append('<div id="jQueryAddedDiv">added through jquery</div>');
});
$(function(){
$('div').click(function(){
$('body').append('this also worked!!!'); //coverage report should show this line was not run
})
})(jQuery);