|
@@ -1,25 +0,0 @@
|
|
|
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|
|
-
|
|
|
-import { TimepickerComponent } from './timepicker.component';
|
|
|
-
|
|
|
-describe('TimepickerComponent', () => {
|
|
|
- let component: TimepickerComponent;
|
|
|
- let fixture: ComponentFixture<TimepickerComponent>;
|
|
|
-
|
|
|
- beforeEach(async(() => {
|
|
|
- TestBed.configureTestingModule({
|
|
|
- declarations: [ TimepickerComponent ]
|
|
|
- })
|
|
|
- .compileComponents();
|
|
|
- }));
|
|
|
-
|
|
|
- beforeEach(() => {
|
|
|
- fixture = TestBed.createComponent(TimepickerComponent);
|
|
|
- component = fixture.componentInstance;
|
|
|
- fixture.detectChanges();
|
|
|
- });
|
|
|
-
|
|
|
- it('should create', () => {
|
|
|
- expect(component).toBeTruthy();
|
|
|
- });
|
|
|
-});
|