this.api.getRowNode(id!); and i need to pass it from test case ?
I am getting error cannot read properties of undefined(reading 'getRowNode')
Even i am spying on rowNode
this.api.getRowNode(id!); and i need to pass it from test case ?
I am getting error cannot read properties of undefined(reading 'getRowNode')
Even i am spying on rowNode