@maklja90/chaijs-rxjs-observable-spy
Version:
ChaiJS extension for testing RxJS observables
4 lines • 343 B
TypeScript
/// <reference types="@types/chai" />
export declare const SKIP_UNTIL_KEYWORD = "skipUntil";
export declare function chaiSkipUntil<T = unknown>(this: Chai.AssertionStatic, chai: Chai.ChaiStatic, utils: Chai.ChaiUtils, expectedCallback: (value: T, index: number) => boolean, stepName?: string): void;
//# sourceMappingURL=chaiSkipUntil.d.ts.map