Page MenuHomec4science

open-in-viewer.component.spec.ts
No OneTemporary

File Metadata

Created
Tue, May 7, 06:19

open-in-viewer.component.spec.ts

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

Event Timeline