How to unit test a function that does not return anything using jasmine.
Below is my sample function
function fixRightRefinementpanel() {
var refinementWidth = (($(".navmenu").width() * 0.25) - 15);
$(".refinement-section-right").css("position", "fixed").css("width", refinementWidth);
}
void functionthere, you get 56 answers