Page MenuHomec4science

tln-crossref.component.spec.ts
No OneTemporary

File Metadata

Created
Tue, Sep 10, 20:13

tln-crossref.component.spec.ts

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

Event Timeline