UNPKG

@maklja90/chaijs-rxjs-observable-spy

Version:

ChaiJS extension for testing RxJS observables

4 lines 354 B
/// <reference types="@types/chai" /> export declare const CONSUME_ERROR_KEYWORD = "consumeError"; export declare function chaiConsumeError<T = unknown, E = unknown>(this: Chai.AssertionStatic, chai: Chai.ChaiStatic, utils: Chai.ChaiUtils, consumeErrorCallback: (error: E) => void, stepName?: string): void; //# sourceMappingURL=chaiConsumeError.d.ts.map