Angular 2.0.0 - 最终版本 - 模拟/覆盖组件

时间:2016-10-21 07:55:43

标签: unit-testing angular karma-jasmine

我已经创建了我的组件的模拟版本。如何在单元测试中集成,以便 TestBed.configureTestingModule 将它们取出而不是组件的未模拟版本?

我有 componentA.component.ts ,其中包含 componentB.component.ts componentB.component.ts 还包含 componentC.component.ts 。我如何模拟/覆盖它?请帮忙。

0 个答案:

没有答案