UNPKG

zora

Version:

tap test harness for nodejs and browsers

14 lines (13 loc) 571 B
export declare const defaultTestOptions: Readonly<{ offset: number; skip: boolean; runOnly: boolean; }>; export declare const noop: () => void; export declare const TesterPrototype: { [Symbol.asyncIterator]: () => AsyncGenerator<any, any, any>; }; export declare const testerLikeProvider: (BaseProto?: { [Symbol.asyncIterator]: () => AsyncGenerator<any, any, any>; }) => (assertions: Array<any>, routine: Promise<any>, offset: number) => any; export declare const testerFactory: (assertions: Array<any>, routine: Promise<any>, offset: number) => any;