ReferenceFunctions
createTestClient()
function createTestClient(options?): Promise<TestBot>;Defined in: packages/testing/src/test-client.ts:74
Start a Client on a FakeRadio through a MockTransport, with @sinonjs/fake-timers installed, and log it in. Call destroy() when the test ends.
Parameters
options?
TestClientOptions = {}
load, self, now, maxChannels, radio, replies and fakeRadio
Returns
Promise<TestBot>