Jasmine unit testing: How to access property set by @input() ? Accessing it using component.propertyname returns undefined

前端 未结 0 881
滥情空心
滥情空心 2020-12-14 12:22

ts file:

@input() selectedDep: WebMessagingDeployments[]

spec file:

beforeEach(() => {

fixture = TestBed.createComponent(DeploymentAss         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题