UNPKG

@hirez_io/observer-spy

Version:

A simple little class that helps making Observable testing a breeze

7 lines (6 loc) 295 B
/* istanbul ignore file */ export { ObserverSpy } from './observer-spy'; export { SubscriberSpy } from './subscriber-spy'; export { subscribeSpyTo } from './subscribe-spy-to'; export { fakeTime } from './fake-time'; export { autoUnsubscribe, queueForAutoUnsubscribe } from './auto-unsubscribe';