Set mock for timestamp.
test('mocked timestamp', () => {const timestamp: u64 = 123;mockTimestamp(timestamp);const res = timestamp();expect(res).toBe(timestamp);});
The timestamp to set
Generated using TypeDoc
Set mock for timestamp.
Example