import { ComponentFixture, TestBed } from '@angular/core/testing'; import { CaTooltipListComponent } from './ca-tooltip-list.component'; describe('CaTooltipListComponent', () => { let component: CaTooltipListComponent; let fixture: ComponentFixture; beforeEach(() => { TestBed.configureTestingModule({ declarations: [CaTooltipListComponent] }); fixture = TestBed.createComponent(CaTooltipListComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });