@hirez_io/observer-spy
Version:
A simple little class that helps making Observable testing a breeze
6 lines • 303 B
TypeScript
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';
//# sourceMappingURL=index.d.ts.map