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