UNPKG

rxjs-marbles-with-amd

Version:

Forked version of (https://github.com/cartant/rxjs-marbles) An RxJS marble testing library for any test framework

8 lines (7 loc) 237 B
export interface Configuration { assert?: (value: any, message: string) => void; assertDeepEqual?: (a: any, b: any) => void; frameworkMatcher?: boolean; run?: boolean; } export declare function defaults(): Configuration;