UNPKG

@rxjs-stuff/marbles

Version:

A set of plugins that provide a natural feeling integration with Mocha and Chai for RxJS "marbles" testing.

6 lines (5 loc) 360 B
import { MarblesHelpers } from '@rxjs-stuff/marbles'; export declare const chaiMarbles: (chai: Chai.ChaiStatic, utils: Chai.ChaiUtils) => void; export declare const assertDeepEqual: (actual: any, expected: any, context: any) => void; export declare const beforeEach: (helpers: MarblesHelpers, context: any) => void; export declare const afterEach: () => void;