不推荐使用subscribe:使用观察者而不是完整的回调进行测试

时间:2019-07-04 15:18:47

标签: angular rxjs

我阅读了以下问题Subscribe is deprecated: Use an observer instead of an error callback

但我还有另一种情况

expect(closedSubscription.subscribe).toHaveBeenCalledTimes(2);

棉绒写了下一个错误:

subscribe is deprecated: Use an observer instead of a complete callback

如何解决这种情况?

0 个答案:

没有答案