UNPKG

@rxjs-stuff/marbles

Version:

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

3 lines (2 loc) 181 B
import { MochaMarblesConfig } from './mocha-marbles-config'; export declare const setUpMochaMarbles: (mocha: typeof Mocha, config: MochaMarblesConfig, targetContext?: any) => void;