UNPKG

@miller-svt/jest-marbles

Version:

Marble testing helpers library for RxJs and Jest

5 lines (4 loc) 278 B
import { TestMessages, SubscriptionLog } from '../rxjs/types'; import '../jest/custom-matchers'; export type MessageOrSubscription = TestMessages | SubscriptionLog[]; export declare function assertDeepEqual(actual: MessageOrSubscription, expected: MessageOrSubscription): void;