UNPKG

@maklja90/chaijs-rxjs-observable-spy

Version:

ChaiJS extension for testing RxJS observables

4 lines 426 B
/// <reference types="@types/chai" /> export declare const NEXT_MATCHES_UNTIL_KEYWORD = "nextMatchesUntil"; export declare function chaiNextMatchesUntil<T = unknown>(this: Chai.AssertionStatic, chai: Chai.ChaiStatic, utils: Chai.ChaiUtils, expectedCallback: (value: T, index: number) => boolean, untilCondition: (value: T, index: number) => boolean, stepName?: string): void; //# sourceMappingURL=chaiNextMatchesUntil.d.ts.map