UNPKG

@maklja90/chaijs-rxjs-observable-spy

Version:

ChaiJS extension for testing RxJS observables

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