// import { async, ComponentFixture, TestBed } from '@angular/core/testing'; // // import { SamplesComponent } from './samples.component'; // // // TODO: tests // // describe('SamplesComponent', () => { // let component: SamplesComponent; // let fixture: ComponentFixture; // // beforeEach(async(() => { // TestBed.configureTestingModule({ // declarations: [ SamplesComponent ] // }) // .compileComponents(); // })); // // beforeEach(() => { // fixture = TestBed.createComponent(SamplesComponent); // component = fixture.componentInstance; // fixture.detectChanges(); // }); // // it('should create', () => { // expect(component).toBeTruthy(); // }); // });