jasmine-marbles
Version:
Marble testing helpers for RxJS and Jasmine
10 lines (9 loc) • 397 B
TypeScript
import { TestScheduler } from 'rxjs/testing';
/**
* Exported return type of TestMessage[] to avoid importing internal APIs.
*/
export declare type TestMessages = ReturnType<typeof TestScheduler.parseMarbles>;
/**
* Exported return type of SubscriptionLog to avoid importing internal APIs.
*/
export declare type SubscriptionLogs = ReturnType<typeof TestScheduler.parseMarblesAsSubscriptions>;