Mocking moment() using jasmine in Angular

I am having some difficulties mocking date as I am using moment js
and I get the date from moment()

I could not find anything from where I could control it as my code checks the time and date, is there anything working example do you have?