extra line of js that is not run for coverage purposes

master
Matt Huntington 9 years ago
parent 257a1e2f06
commit 7a003f34a8

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

Loading…
Cancel
Save