UNPKG

@maklja90/chaijs-rxjs-observable-spy

Version:

ChaiJS extension for testing RxJS observables

4 lines 300 B
/// <reference types="@types/chai" /> export declare const NEXT_COUNT_KEYWORD = "nextCount"; export declare function chaiNextCount<T>(this: Chai.AssertionStatic, chai: Chai.ChaiStatic, utils: Chai.ChaiUtils, expectedCount: number, stepName?: string): void; //# sourceMappingURL=chaiNextCount.d.ts.map