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