This is my html code.
<div echarts [options]="Option"></div>
When i run the testcase,throwing following error.
Solution1
Above solution not recommencement.
Do we have any other solution?
Thanks in advance.
CodePudding user response:
You have to import used modules:
TestBed.configureTestingModule({
imports: [NgxEchartsModule],
});