How to increase timeStamp during Anchor Test cases of TS(typescipt),I have use sinon pkg but It's not happeningconst clockStub = sinon.stub(Date, 'now').returns(Date.now() + (15 * 24 * 3600 * 1000)); // Add 15 days in milliseconds
What are the other ways?