Need to force a jasmine test spec to run only on weekdays. Is this the right way to do it?
var day = yourDateObject.getDay(); var isWeekend = (day === 6) || (day