嵌套茉莉花间谍SpyObj

时间:2018-03-13 20:18:39

标签: angular unit-testing jasmine

我有一个构造函数,它接收一个名为TestService的spyObj:

constructor(private testService: TestService) {
    testService.getTestData().subscribe((settings) => {
        this.settings = settings;
    }
}

使用Jasmine,如何在TestService上为subscribe()和getTestData()创建间谍?

提前致谢! 麦克

0 个答案:

没有答案