UNPKG

@maklja90/chaijs-rxjs-observable-spy

Version:

ChaiJS extension for testing RxJS observables

4 lines 292 B
/// <reference types="@types/chai" /> export declare const VERIFY_COMPLETE_KEYWORD = "verifyComplete"; export declare function chaiVerifyComplete<T = unknown>(this: Chai.AssertionStatic, utils: Chai.ChaiUtils, stepName?: string): Promise<T[]>; //# sourceMappingURL=chaiVerifyComplete.d.ts.map