Page MenuHomec4science

tln-table.component.spec.ts
No OneTemporary

File Metadata

Created
Sat, Apr 27, 16:49

tln-table.component.spec.ts

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

Event Timeline