2020-06-22 10:22:45 +02:00
|
|
|
// import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|
|
|
//
|
|
|
|
// import { SamplesComponent } from './samples.component';
|
|
|
|
//
|
2020-07-30 11:33:56 +02:00
|
|
|
// // TODO: tests
|
2020-06-22 10:22:45 +02:00
|
|
|
//
|
|
|
|
// describe('SamplesComponent', () => {
|
|
|
|
// let component: SamplesComponent;
|
|
|
|
// let fixture: ComponentFixture<SamplesComponent>;
|
|
|
|
//
|
|
|
|
// beforeEach(async(() => {
|
|
|
|
// TestBed.configureTestingModule({
|
|
|
|
// declarations: [ SamplesComponent ]
|
|
|
|
// })
|
|
|
|
// .compileComponents();
|
|
|
|
// }));
|
|
|
|
//
|
|
|
|
// beforeEach(() => {
|
|
|
|
// fixture = TestBed.createComponent(SamplesComponent);
|
|
|
|
// component = fixture.componentInstance;
|
|
|
|
// fixture.detectChanges();
|
|
|
|
// });
|
|
|
|
//
|
|
|
|
// it('should create', () => {
|
|
|
|
// expect(component).toBeTruthy();
|
|
|
|
// });
|
|
|
|
// });
|