UNPKG

@rxjs-stuff/marbles

Version:

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

5 lines (4 loc) 187 B
import { MochaMarblesConfig } from '@rxjs-stuff/marbles/mocha'; import { chaiMarbles } from './src/chai-marbles'; export { chaiMarbles }; export declare const config: MochaMarblesConfig;