Page MenuHomec4science

copyright-sheet.component.spec.ts
No OneTemporary

File Metadata

Created
Sat, Oct 12, 12:39

copyright-sheet.component.spec.ts

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

Event Timeline