UNPKG

@maklja90/chaijs-rxjs-observable-spy

Version:

ChaiJS extension for testing RxJS observables

4 lines 259 B
/// <reference types="@types/chai" /> export declare const COMPLETE_KEYWORD = "complete"; export declare function chaiComplete<T = unknown>(this: Chai.AssertionStatic, utils: Chai.ChaiUtils, stepName?: string): void; //# sourceMappingURL=chaiComplete.d.ts.map