UNPKG

mp-common

Version:

This is XPO MarketPlace common libary

26 lines (20 loc) 702 B
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { OptionFilterComponent } from './option-filter.component'; describe('OptionFilterComponent', () => { let component: OptionFilterComponent; let fixture: ComponentFixture<OptionFilterComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ OptionFilterComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(OptionFilterComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should be created', () => { expect(component).toBeTruthy(); }); });