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
it('should start with empty if given value is not specified',()=>{conste1=hot('-a-|');conste1subs='^ !';constexpected='-a-|';expectObservable(e1.pipe(startWith(rxTestScheduler))).toBe(expected);expectSubscriptions(e1.subscriptions).toBe(e1subs);});
Bug Report
The
startWith
operator includes a test for its being called with only a scheduler:However there is no associated overload signature:
Possible Solution
Add an overload signature that takes only a scheduler.
The text was updated successfully, but these errors were encountered: