Page MenuHomec4science

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

File Metadata

Created
Sat, Oct 12, 21:14

page-version-view.component.spec.ts

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

Event Timeline