You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removed ObserverSpyWithSubscription and subscribeAndSpyOn (7a2f274)
BREAKING CHANGES
errors: From now observerSpy.getError() and observerSpy.receivedError() won't work
unless you configure new ObserverSpy({expectErrors: true})
or if you already have an instance (before subscribing) - observerSpy.expectErrors().
And if you're using the factory function configure it like this - subscribeSpyTo(observable, {expectErrors: true})
removed ObserverSpyWithSubscription and subscribeAndSpyOn