vitest-marbles
Version:
Marble testing helpers library for RxJs and Jest
10 lines (9 loc) • 371 B
TypeScript
import { SubscriptionLog, TestMessages } from './rxjs/types';
export declare class Marblizer {
static marblize(messages: TestMessages): string;
static marblizeSubscriptions(logs: SubscriptionLog[]): string[];
private static marblizeLogEntry;
private static getNotificationEvents;
private static extractMarble;
private static encloseGroupEvents;
}