`ng-apexcharts` breaks unit tests
I’m trying to use apexcharts and ng-apexcharts on my home component. It was easy to get it working, but it’s breaking my unit tests. I tried to look it up, but couldn’t find anything that worked for me. The error happens on cleanup. HomeComponent: @Component({ selector: ‘hu-home’, templateUrl: ‘./home.component.html’, styleUrls: [‘./home.component.scss’], standalone: true, imports: [ … Read more