increaseTime
Jump forward in time by the given amount of time, in seconds.
Usage
example.ts
import { testClient } from './client'
await testClient.increaseTime({
seconds: 420,
})
Parameters
seconds
- Type:
number
The amount of seconds to jump forward in time.
await testClient.increaseTime({
seconds: 20,
})