Page MenuHomec4science

tln-page-view.component.spec.ts
No OneTemporary

File Metadata

Created
Fri, May 31, 03:12

tln-page-view.component.spec.ts

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

Event Timeline