UNPKG

mp-common

Version:

This is XPO MarketPlace common libary

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