UNPKG

@zendesk/laika

Version:

Test, mock, intercept and modify Apollo Client's operations — in both browser and unit tests!

6 lines (5 loc) 186 B
export declare const onNextTick: <Output, T extends (...args: any) => Output>(action: T) => Promise<Output>; export type WaitForResult<T> = { values?: T[]; error?: unknown; }[];