标签: unit-testing angular karma-jasmine
我已经创建了我的组件的模拟版本。如何在单元测试中集成,以便 TestBed.configureTestingModule 将它们取出而不是组件的未模拟版本?
我有 componentA.component.ts ,其中包含 componentB.component.ts 。 componentB.component.ts 还包含 componentC.component.ts 。我如何模拟/覆盖它?请帮忙。