Unit testing ag-grid in Angular 2

后端 未结 3 2398
無奈伤痛
無奈伤痛 2021-02-20 02:20

Has someone worked on unit testing ag-grid components in Angular 2?

For me, this.gridOptions.api remains undefined when the test cases run.

3条回答
  •  失恋的感觉
    2021-02-20 03:03

    It remains undefined because the event onGridReady is not invoked yet. Im not sure about Angular 2 because im using angularjs and have to do $digest in order to invoke onGridReady.

提交回复
热议问题