@rxjs-stuff/marbles
Version:
A set of plugins that provide a natural feeling integration with Mocha and Chai for RxJS "marbles" testing.
11 lines (10 loc) • 315 B
TypeScript
/**
* Truncates a stack trace to exclude frames from this library and rxjs
* @param stack
*/
export declare function cleanStack(stack: string): string;
/**
* Truncates a stack trace to exclude frames from this library and rxjs
* @param lines
*/
export declare function cleanStack(...lines: string[]): string;