UNPKG

@rxjs-stuff/marbles

Version:

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

9 lines (8 loc) 358 B
import { ContextualTestScheduler } from './contextual-test-scheduler'; import { MarblesHelpers } from './marbles-helpers'; export declare type MarblesHelpersInternal = { -readonly [TProp in keyof MarblesHelpers]: MarblesHelpers[TProp]; } & { scheduler: ContextualTestScheduler; }; export declare const MarblesHelpersInternal: MarblesHelpersInternal;