Searched refs:waitInMs (Results 1 – 3 of 3) sorted by relevance
26 delay (waitInMs) { argument27 if (typeof waitInMs !== 'number' || !Number.isInteger(waitInMs) || waitInMs <= 0) {31 this[kMockDispatch].delay = waitInMs
15 delay(waitInMs: number): MockScope<TData>;
86 * **delay** `(waitInMs: number) => MockScope` - delay the associated reply by a set amount in ms.