spyOn(component, 'any non-life-cycle-method') works fine. For example: spyOn('component, 'ngOnInit').and.callThrough(); does not work. spyOn(' ...
確定! 回上一頁