Page MenuHomec4science

crossref-editor-component.component.spec.ts
No OneTemporary

File Metadata

Created
Mon, May 20, 21:07

crossref-editor-component.component.spec.ts

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

Event Timeline