Force a jasmine test spec to run only on weekdays

后端 未结 0 1100
被撕碎了的回忆
被撕碎了的回忆 2021-02-20 05:48

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          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题